mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-25 05:36:19 +01:00
Floating bug
Oops
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
/mob/proc/Life()
|
||||
// if(organStructure)
|
||||
// organStructure.ProcessOrgans()
|
||||
if(floating && mob_has_gravity(loc) && buckled)
|
||||
if((floating && mob_has_gravity(loc)) || (floating && buckled))
|
||||
float(0)
|
||||
else if(!floating && !mob_has_gravity(loc) && !buckled)
|
||||
float(1)
|
||||
|
||||
Reference in New Issue
Block a user