cleanup of game folder, other fixes

This commit is contained in:
Poojawa
2018-01-31 06:39:18 -06:00
parent 56232d5d60
commit fb5de29784
87 changed files with 1030 additions and 2390 deletions
+3
View File
@@ -94,6 +94,8 @@
else
to_chat(user, "<span class='warning'>Strap the defibrillator's belt on first!</span>")
return
else if(istype(loc, /obj/machinery/defibrillator_mount))
ui_action_click() //checks for this are handled in defibrillator.mount.dm
..()
/obj/item/defibrillator/MouseDrop(obj/over_object)
@@ -200,6 +202,7 @@
if(on)
var/M = get(paddles, /mob)
remove_paddles(M)
QDEL_NULL(paddles)
. = ..()
update_icon()