mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Fixes wing removal during flight exploit (#71352)
closes #71119 🆑 fix: Surgically removing wings during flight no longer grants infinite flight /🆑
This commit is contained in:
@@ -54,6 +54,9 @@
|
||||
|
||||
fly.Remove(organ_owner)
|
||||
|
||||
if(wings_open)
|
||||
toggle_flight(organ_owner)
|
||||
|
||||
/obj/item/organ/external/wings/functional/on_life(delta_time, times_fired)
|
||||
. = ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user