mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Slosh fixes (#8620)
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
if(!human_source.has_organ(BP_L_FOOT) && !human_source.has_organ(BP_R_FOOT))
|
if(!human_source.has_organ(BP_L_FOOT) && !human_source.has_organ(BP_R_FOOT))
|
||||||
return
|
return
|
||||||
|
|
||||||
if(source.buckled || source.lying || source.throwing)
|
if(source.buckled || source.lying || source.throwing || source.is_incorporeal())
|
||||||
return
|
return
|
||||||
if(!has_gravity(source) && prob(75))
|
if(!has_gravity(source) && prob(75))
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user