Slosh fixes (#8620)

This commit is contained in:
Guti
2024-07-05 21:51:38 +02:00
committed by GitHub
parent f5475d35b0
commit ff34dff61a

View File

@@ -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