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:
Time-Green
2022-11-21 13:41:28 -08:00
committed by GitHub
parent 5c17facb9b
commit 88472e69e6
+3
View File
@@ -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)
. = ..()