Interaction/Attack Hand Refactor (#36405)

This commit is contained in:
kevinz000
2018-03-23 03:20:54 -07:00
committed by AnturK
parent 80f6e451fc
commit f300a5c155
347 changed files with 1483 additions and 1186 deletions
+2 -1
View File
@@ -79,7 +79,8 @@
holder.update_icon()
/obj/item/device/assembly/timer/interact(mob/user)//TODO: Have this use the wires
/obj/item/device/assembly/timer/ui_interact(mob/user)//TODO: Have this use the wires
. = ..()
if(is_secured(user))
var/second = time % 60
var/minute = (time - second) / 60