mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Toilet Overhaul (#19370)
* April Fool ! there's 30 minutes till midnight in my timezone so it's still valid * Powder that make the maintainer say yes * Apply suggestions from code review Co-authored-by: Cameron Lennox <killer65311@gmail.com> * Edits * Update watercloset.dm * five nights at space station toilet pls merge or else poopwater 2 pr will be next --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
6530dce7fa
commit
f8fc337da3
@@ -0,0 +1,13 @@
|
||||
//Craftable toilets in vorecode, 2026 oh yeah woo yeah
|
||||
/datum/crafting_recipe/toilet
|
||||
name = "toilet"
|
||||
result = /obj/structure/toilet
|
||||
reqs = list(
|
||||
list(/obj/item/stack/material/steel = 5),
|
||||
list(/obj/item/reagent_containers/glass/bucket = 1)
|
||||
)
|
||||
time = 3 SECONDS
|
||||
category = CAT_MISC
|
||||
|
||||
/datum/crafting_recipe/toilet/on_craft_completion(mob/user, atom/result)
|
||||
result.dir = user.dir //face the toilet where you face.
|
||||
Reference in New Issue
Block a user