mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
[MIRROR] Fixes Rust Victims being permanently exiled to the puke-zone. (#27868)
* Fixes Rust Victims being permanently exiled to the puke-zone. (#83417) ## About The Pull Request closes : https://github.com/tgstation/tgstation/issues/83375 ## Why It's Good For The Game Deleting Heretic rust you are standing on now properly deletes the status effect. ## Changelog 🆑 fix: Rust debuffs now gets properly removed if you derust a tile you are standing on. /🆑 * Fixes Rust Victims being permanently exiled to the puke-zone. --------- Co-authored-by: EnterTheJake <102721711+EnterTheJake@users.noreply.github.com>
This commit is contained in:
@@ -98,6 +98,8 @@
|
||||
UnregisterSignal(source, COMSIG_ATOM_EXITED)
|
||||
for(var/obj/effect/glowing_rune/rune_to_remove in source)
|
||||
qdel(rune_to_remove)
|
||||
for(var/mob/living/victim in source)
|
||||
victim.remove_status_effect(/datum/status_effect/rust_corruption)
|
||||
|
||||
/datum/element/rust/heretic/proc/on_entered(turf/source, atom/movable/entered, ...)
|
||||
SIGNAL_HANDLER
|
||||
|
||||
Reference in New Issue
Block a user