mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-15-10-2025
This commit is contained in:
@@ -661,7 +661,7 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
|
||||
/obj/item/analyzer/hilbertsanalyzer/interact_with_atom(atom/interacting_with, mob/living/user, list/modifiers)
|
||||
if(!istype(interacting_with, /obj/item/hilbertshotel))
|
||||
return ..()
|
||||
if(!user.CanReach(interacting_with))
|
||||
if(!interacting_with.IsReachableBy(user))
|
||||
to_chat(user, span_warning("It's to far away to scan!"))
|
||||
return ITEM_INTERACT_BLOCKING
|
||||
var/obj/item/hilbertshotel/sphere = interacting_with
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
/// Tiger cultist corpse but with an exit wound
|
||||
/obj/effect/mob_spawn/corpse/human/tigercultist/perforated
|
||||
|
||||
/obj/effect/mob_spawn/corpse/human/tigercultist/perforated/special(mob/living/carbon/human/spawned_human)
|
||||
/obj/effect/mob_spawn/corpse/human/tigercultist/perforated/special(mob/living/carbon/human/spawned_human, mob/mob_possessor)
|
||||
. = ..()
|
||||
|
||||
var/obj/item/bodypart/chest/their_chest = spawned_human.get_bodypart(BODY_ZONE_CHEST)
|
||||
|
||||
Reference in New Issue
Block a user