Does the rest of the if()'s/ else's

This commit is contained in:
Firecage
2016-01-17 19:03:12 +02:00
parent 754491ce4c
commit 332bde0f4f
186 changed files with 2169 additions and 1085 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
/obj/item/device/assembly/timer/activate()
if(!..()) return 0//Cooldown check
if(!..())
return 0//Cooldown check
timing = !timing
update_icon()
return 1