[MIRROR] entertainment cameras now update on move and some cleanup (#9155)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-10-04 15:26:00 -07:00
committed by GitHub
parent 5ee51c329a
commit dd40869551
10 changed files with 21 additions and 17 deletions

View File

@@ -885,7 +885,7 @@ Note that amputating the affected organ does in fact remove the infection from t
var/gore_sound = "[(robotic >= ORGAN_ROBOT) ? "tortured metal" : "ripping tendons and flesh"]"
owner.visible_message(
span_danger("\The [owner]'s [src.name] flies off in an arc!"),\
span_moderate("<b>Your [src.name] goes flying off!</b>"),\
span_bolddanger("Your [src.name] goes flying off!"),\
span_danger("You hear a terrible sound of [gore_sound]."))
if(DROPLIMB_BURN)
if(cannot_gib)
@@ -893,7 +893,7 @@ Note that amputating the affected organ does in fact remove the infection from t
var/gore = "[(robotic >= ORGAN_ROBOT) ? "": " of burning flesh"]"
owner.visible_message(
span_danger("\The [owner]'s [src.name] flashes away into ashes!"),\
span_moderate("<b>Your [src.name] flashes away into ashes!</b>"),\
span_bolddanger("Your [src.name] flashes away into ashes!"),\
span_danger("You hear a crackling sound[gore]."))
if(DROPLIMB_BLUNT)
if(cannot_gib)
@@ -902,7 +902,7 @@ Note that amputating the affected organ does in fact remove the infection from t
var/gore_sound = "[(status >= ORGAN_ROBOT) ? "rending sound of tortured metal" : "sickening splatter of gore"]"
owner.visible_message(
span_danger("\The [owner]'s [src.name] explodes[gore]!"),\
span_moderate("<b>Your [src.name] explodes[gore]!</b>"),\
span_bolddanger("Your [src.name] explodes[gore]!"),\
span_danger("You hear the [gore_sound]."))
var/mob/living/carbon/human/victim = owner //Keep a reference for post-removed().