Skip to content

Commit

Permalink
Renamed the Urination Station Crate
Browse files Browse the repository at this point in the history
Now with 100% less rhyming: "Lavatory Crate"
  • Loading branch information
FalseIncarnate committed Sep 13, 2017
1 parent 736c549 commit 03fcf63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/supplypacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1649,13 +1649,13 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
///////////// Bathroom Fixtures

/datum/supply_packs/misc/toilet
name = "Urination Station Crate"
name = "Lavatory Crate"
cost = 10
contains = list(
/obj/item/weapon/bathroom_parts,
/obj/item/weapon/bathroom_parts/urinal
)
containername = "urination station crate"
containername = "lavatory crate"

/datum/supply_packs/misc/hygiene
name = "Hygiene Station Crate"
Expand Down

0 comments on commit 03fcf63

Please sign in to comment.