mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 07:02:15 +01:00
VV's door stuckage code
- adds a chance to be stuck in doors if you're fat enough. The chance increases the fatter you are
This commit is contained in:
@@ -1592,6 +1592,10 @@ GLOBAL_LIST_EMPTY(roundstart_races)
|
||||
|
||||
gravity = H.has_gravity()
|
||||
|
||||
//GS13 - used in door stuckage code
|
||||
if(H.doorstuck)
|
||||
. += 1000
|
||||
|
||||
if(gravity && !flight) //Check for chemicals and innate speedups and slowdowns if we're on the ground
|
||||
if(HAS_TRAIT(H, TRAIT_GOTTAGOFAST))
|
||||
. -= 1
|
||||
|
||||
Reference in New Issue
Block a user