mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Allows you to pick up stuff with the verb while buckled.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user