More verb fixes

This commit is contained in:
Markolie
2015-01-06 22:46:11 +01:00
parent 0284c9ce87
commit 2e37a88639
10 changed files with 33 additions and 31 deletions
@@ -13,6 +13,8 @@
set name = "Set transfer amount"
set category = "Object"
set src in range(0)
if(usr.stat || !usr.canmove || usr.restrained())
return
var/N = input("Amount per transfer from this:","[src]") as null|anything in possible_transfer_amounts
if (N)
amount_per_transfer_from_this = N
@@ -39,6 +39,8 @@
set name = "Set transfer amount"
set category = "Object"
set src in view(1)
if(usr.stat || !usr.canmove || usr.restrained())
return
var/N = input("Amount per transfer from this:","[src]") as null|anything in possible_transfer_amounts
if (N)
amount_per_transfer_from_this = N