mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 11:58:39 +01:00
Bug fixes (#3807)
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user