Syntax errors removed

This commit is contained in:
Crazylemon
2015-09-22 18:42:44 -07:00
parent 5e871f159d
commit da10b5a795
+2 -1
View File
@@ -432,7 +432,8 @@
//Overriding this will stop a number of headaches down the track.
/mob/living/silicon/pai/attackby(obj/item/weapon/W as obj, mob/user as mob, params)
if(isType(W, /obj/item/stack/nanopaste))
if(istype(W, /obj/item/stack/nanopaste))
var/obj/item/stack/nanopaste/N = W
if (stat == DEAD)
user << "<span class='danger'>The [src] is beyond help, at this point.</span>"
else if (getBruteLoss() || getFireLoss())