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
+4 -2
View File
@@ -19,9 +19,11 @@
/obj/item/device/assembly/igniter/activate()
if(!..()) return 0//Cooldown check
if(!..())
return 0//Cooldown check
var/turf/location = get_turf(loc)
if(location) location.hotspot_expose(1000,1000)
if(location)
location.hotspot_expose(1000,1000)
sparks.start()
return 1