mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Makes falsewalls leanable (#89680)
## About The Pull Request Closes #89676 Also fixed an evil and bad runtime that prevented leaners from falling when the atom is destroyed/moved ## Changelog 🆑 fix: You can now lean on falsewalls /🆑
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
if(fall)
|
||||
to_chat(leaner, span_danger("You lose balance!"))
|
||||
leaner.Paralyze(0.5 SECONDS)
|
||||
leaning_mobs = null
|
||||
leaning_mobs.Cut()
|
||||
|
||||
/datum/component/leanable/proc/on_moved(datum/source)
|
||||
SIGNAL_HANDLER
|
||||
|
||||
Reference in New Issue
Block a user