This commit is contained in:
SandPoot
2024-04-05 17:57:54 -03:00
parent bd7040a50d
commit 68fa21d602
34 changed files with 223 additions and 126 deletions
+4 -2
View File
@@ -35,8 +35,10 @@
if(buckled)
buckled.unbuckle_mob(src,force=1)
QDEL_LIST_ASSOC_VAL(ability_actions)
QDEL_LIST(abilities)
QDEL_LIST(implants)
remove_from_all_data_huds()
cleanse_trait_datums()
GLOB.mob_living_list -= src
QDEL_LIST(diseases)
return ..()
@@ -909,7 +911,7 @@
else
throw_alert("gravity", /atom/movable/screen/alert/weightless)
if(!override && !is_flying())
INVOKE_ASYNC(src, TYPE_PROC_REF(/atom/movable, float), !has_gravity)
float(!has_gravity)
/mob/living/float(on)
if(throwing)