mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Debug message
This commit is contained in:
@@ -304,6 +304,8 @@ CIRCULAR SAW
|
||||
|
||||
var/mob/living/carbon/human/H = M
|
||||
var/datum/organ/external/S = H.organs[user.zone_sel.selecting]
|
||||
if(isnull(S))
|
||||
CRASH("External organ S is null in surgery_tools.dm")
|
||||
|
||||
if(((user.zone_sel.selecting == "l_arm") || (user.zone_sel.selecting == "r_arm") || (user.zone_sel.selecting == "l_leg") || (user.zone_sel.selecting == "r_leg")) & (istype(M, /mob/living/carbon/human)))
|
||||
if(S.status & ORGAN_DESTROYED)
|
||||
|
||||
Reference in New Issue
Block a user