Merge pull request #1238 from Fox-McCloud/stun-fix

Fixes Stuns (Dropping Items or lack there of).
This commit is contained in:
ZomgPonies
2015-06-01 19:43:22 -04:00
+4
View File
@@ -1048,6 +1048,8 @@ var/list/slot_equipment_priority = list( \
else
lying = pick(90, 270) //180 looks like shit since BYOND inverts rather than turns in that case
else if(stunned)
drop_l_hand()
drop_r_hand()
canmove = 0
else
lying = 0
@@ -1081,6 +1083,8 @@ var/list/slot_equipment_priority = list( \
lying = 90
canmove = 0
else if( stunned )
drop_l_hand()
drop_r_hand()
canmove = 0
else
lying = 0