Sync Changes from Paradise Master

Sync changes
This commit is contained in:
Regory
2014-08-09 18:48:19 -04:00
parent c497d8e1a9
commit f8ed5bf6b6
+3 -3
View File
@@ -944,9 +944,9 @@ var/list/slot_equipment_priority = list( \
else if( stunned )
// lying = 0
canmove = 0
else if (!buckled) //If not buckled, stunned, sleeping, etc
lying = !can_stand //If can't stand, then lying
canmove = has_limbs //If has any limbs, then can move
else if (!buckled)
lying = !can_stand
canmove = has_limbs
if(lying)
density = 0