mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] Have you bingled that (#10545)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
057fffd669
commit
16a213f699
@@ -383,7 +383,7 @@
|
||||
if(!subject.has_brain())
|
||||
if(ishuman(subject))
|
||||
var/mob/living/carbon/human/H = subject
|
||||
if(H.should_have_organ("brain"))
|
||||
if(H.should_have_organ(O_BRAIN))
|
||||
set_scan_temp("No brain detected in subject.", "bad")
|
||||
else
|
||||
set_scan_temp("No brain detected in subject.", "bad")
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
|
||||
if(!(get_dist(src, attached) <= 1 && isturf(attached.loc)))
|
||||
visible_message("The needle is ripped out of [attached], doesn't that hurt?")
|
||||
attached:apply_damage(3, BRUTE, pick("r_arm", "l_arm"))
|
||||
attached:apply_damage(3, BRUTE, pick(BP_R_ARM, BP_L_ARM))
|
||||
attached = null
|
||||
update_icon()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user