mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
microfix
This commit is contained in:
@@ -240,7 +240,7 @@ emp_act
|
||||
del(src)
|
||||
|
||||
var/obj/item/organ/external/affecting = get_organ(ran_zone(user.zone_sel.selecting))
|
||||
if(affecting.is_stump() || !affecting || affecting.status & ORGAN_DESTROYED)
|
||||
if(!affecting || affecting.is_stump() || (affecting.status & ORGAN_DESTROYED))
|
||||
user << "<span class='danger'>They are missing that limb!</span>"
|
||||
return 1
|
||||
var/hit_area = affecting.name
|
||||
|
||||
Reference in New Issue
Block a user