[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:
CHOMPStation2StaffMirrorBot
2025-03-29 14:12:53 -07:00
committed by GitHub
parent 057fffd669
commit 16a213f699
386 changed files with 5637 additions and 1162 deletions

View File

@@ -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")

View File

@@ -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