Blob immobility trait + examine text + new emote

This commit is contained in:
KabKebab
2021-10-26 20:57:19 +02:00
parent 115d9adcfc
commit c99a35c7e8
7 changed files with 33 additions and 3 deletions
+2 -2
View File
@@ -85,8 +85,8 @@
if(!mob.Process_Spacemove(direct))
return FALSE
//if(HAS_TRAIT(mob,TRAIT_BLOB)) // GS13 are we too fat to move? (it was a bad idea)
// return FALSE
if(HAS_TRAIT(mob,TRAIT_BLOB) && HAS_TRAIT(mob,TRAIT_WEAKLEGS)) // GS13 are we too fat to move?
return FALSE
//We are now going to move
var/add_delay = mob.movement_delay()
mob.set_glide_size(DELAY_TO_GLIDE_SIZE(add_delay * (((direct & 3) && (direct & 12)) ? 2 : 1))) // set it now in case of pulled objects