Fixes #3770
Fixes #3802
Resolves #3682 (stop all sounds verb)
Fixes #3804
Fixes #3789
Fixes #3558
Fixes #3549
Resolves #3745
This commit is contained in:
Ron
2017-11-05 09:20:51 -05:00
committed by Erki
parent 36b6642c83
commit bf77cbe426
11 changed files with 36 additions and 5 deletions
+1 -1
View File
@@ -415,7 +415,7 @@
var/atype = alert(usr, "Do you want to fill or empty \the [RG] at \the [src]?", "Fill or Empty", "Fill", "Empty", "Cancel")
if(!usr.Adjacent(src)) return
if(RG.loc != usr || (usr.l_hand != RG && usr.r_hand != RG)) return
if(RG.loc != usr) return
if(busy)
usr << "<span class='warning'>Someone's already using \the [src].</span>"
return