mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
* Revert "Be safe, radios. (#25595)" This reverts commitbfa88abd5a. * Revert "Fixes various radio issues (#25586)" This reverts commit9296564ab6. * Revert "refactors radios to use proximity (#25303)" This reverts commit06db6bc004. * One more bit that needed reverting. * Begone, unnecessary file! --------- Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com>
This commit is contained in:
co-authored by
FunnyMan3595
parent
03cca11f95
commit
82a1cc6a4e
@@ -952,11 +952,5 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
log_debug("[key_name(src)] ended up in regular cleanup_observe rather than the mentor cleanup observe despite having TRAIT_MENTOR_OBSERVING. This is likely a bug and may result in them being stuck outside of their bodies.")
|
||||
cleanup_observe()
|
||||
|
||||
/mob/dead/observer/proc/update_dead_radio()
|
||||
if(get_preference(PREFTOGGLE_CHAT_GHOSTRADIO))
|
||||
GLOB.deadchat_radio.listeners |= src
|
||||
else
|
||||
GLOB.deadchat_radio.listeners -= src
|
||||
|
||||
#undef GHOST_CAN_REENTER
|
||||
#undef GHOST_IS_OBSERVER
|
||||
|
||||
@@ -10,5 +10,3 @@
|
||||
if(GLOB.non_respawnable_keys[ckey])
|
||||
can_reenter_corpse = 0
|
||||
REMOVE_TRAIT(src, TRAIT_RESPAWNABLE, GHOSTED)
|
||||
|
||||
update_dead_radio()
|
||||
|
||||
Reference in New Issue
Block a user