fixes simple_flying element missing ELEMENT_DETACH ! (#59096)

This commit is contained in:
tralezab
2021-05-15 01:44:32 -07:00
committed by GitHub
parent c3dcc04099
commit d79a70f610
+1
View File
@@ -5,6 +5,7 @@
* Note: works for carbons and above, but please do something better. humans have wings got dangit!
*/
/datum/element/simple_flying
element_flags = ELEMENT_DETACH
/datum/element/simple_flying/Attach(datum/target)
. = ..()