mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Fix forced gravity component (#40790)
How many of these i will have to fix
This commit is contained in:
@@ -463,8 +463,7 @@ GLOBAL_LIST_EMPTY(teleportlocs)
|
||||
var/max_grav
|
||||
for(var/i in forced_gravity)
|
||||
max_grav = max(max_grav, i)
|
||||
if(max_grav)
|
||||
return max_grav
|
||||
return max_grav
|
||||
|
||||
if(isspaceturf(T)) // Turf never has gravity
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user