mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 23:59:40 +01:00
[MIRROR] Stunned In Object View Decouple fix (#11946)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
d467852d05
commit
2a00e09d93
@@ -76,6 +76,26 @@
|
||||
will_sleep = FALSE
|
||||
will_blind = FALSE
|
||||
|
||||
/// Remote view that handles being inside of an object. This ignores stuns and other effects, as you are remaining within the object anyway.
|
||||
/datum/remote_view_config/inside_object
|
||||
forbid_movement = TRUE
|
||||
will_death = TRUE
|
||||
will_stun = FALSE
|
||||
will_weaken = FALSE
|
||||
will_paralyze = FALSE
|
||||
will_sleep = FALSE
|
||||
will_blind = FALSE
|
||||
|
||||
/// Remote view that only allows decoupling a turf view by movement. Seperate from effect_immune to allow for easier removal in the future if the underlying issue that makes this needed is someday fixed
|
||||
/datum/remote_view_config/turf_decoupling
|
||||
forbid_movement = TRUE
|
||||
will_death = TRUE
|
||||
will_stun = FALSE
|
||||
will_weaken = FALSE
|
||||
will_paralyze = FALSE
|
||||
will_sleep = FALSE
|
||||
will_blind = FALSE
|
||||
|
||||
/// Remote view that relays movement to the remote_view_target
|
||||
/datum/remote_view_config/relay_movement
|
||||
relay_movement = TRUE
|
||||
|
||||
Reference in New Issue
Block a user