mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Corrected the indentation of the typecast
Not my finest moment...
This commit is contained in:
@@ -433,7 +433,7 @@
|
||||
//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))
|
||||
var/obj/item/stack/nanopaste/N = W
|
||||
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())
|
||||
|
||||
Reference in New Issue
Block a user