Allows you to pick up stuff with the verb while buckled.

This commit is contained in:
Firecage
2015-05-05 15:54:49 +02:00
parent dfaf90c79e
commit e80e08d552
+1 -1
View File
@@ -289,7 +289,7 @@
set category = "Object"
set name = "Pick up"
if(!usr.canmove || usr.stat || usr.restrained() || !Adjacent(usr))
if(usr.stat || usr.restrained() || !Adjacent(usr) || usr.stunned || usr.weakened || usr.lying)
return
if(ishuman(usr) || ismonkey(usr))