Game folder

This commit is contained in:
Poojawa
2018-09-11 04:06:45 -05:00
parent b6430559e9
commit 8b9ef1e400
270 changed files with 3120 additions and 2523 deletions
@@ -181,6 +181,8 @@
return ..()
/obj/structure/urinal/screwdriver_act(mob/living/user, obj/item/I)
if(..())
return TRUE
to_chat(user, "<span class='notice'>You start to [exposed ? "screw the cap back into place" : "unscrew the cap to the drain protector"]...</span>")
playsound(loc, 'sound/effects/stonedoor_openclose.ogg', 50, 1)
if(I.use_tool(src, user, 20))
@@ -238,6 +240,7 @@
update_icon()
add_fingerprint(M)
if(on)
START_PROCESSING(SSmachines, src)
soundloop.start()
wash_turf()
for(var/atom/movable/G in loc)
@@ -418,6 +421,8 @@
else if(isobj(AM))
wash_obj(AM)
contamination_cleanse(AM)
else
return PROCESS_KILL
/obj/machinery/shower/deconstruct(disassembled = TRUE)
new /obj/item/stack/sheet/metal (loc, 3)