content
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user