Missed a test var

This commit is contained in:
Anewbe
2017-04-04 22:38:07 -05:00
committed by GitHub
parent 40617b7695
commit 584fd3ed30
+1 -2
View File
@@ -15,7 +15,6 @@
var/power = 1 /*Size of the explosion.*/
var/size = "small" /*Used for the icon, this one will make c-4small_0 for the off state.*/
var/det_time = 15 //How long the thing takes between beeps, will beep three times before it goes off.
/obj/item/weapon/syndie/c4explosive/heavy
icon_state = "c-4large_0"
@@ -94,4 +93,4 @@
/obj/item/weapon/flame/lighter/zippo/c4detonator/attackby(obj/item/weapon/W, mob/user as mob)
if(istype(W, /obj/item/weapon/screwdriver))
detonator_mode = !detonator_mode
user << "<span class='notice'>You unscrew the top panel of \the [src] revealing a button.</span>"
user << "<span class='notice'>You unscrew the top panel of \the [src] revealing a button.</span>"