mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[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:
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user