mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Merge branch 'master' into development
# Conflicts: # code/controllers/subsystems/initialization/misc_early.dm # config/example/config.txt # maps/aurora/aurora-1_centcomm.dmm # maps/aurora/aurora-4_mainlevel.dmm
This commit is contained in:
@@ -130,11 +130,6 @@
|
||||
desc = "A warning sign which reads 'NO SMOKING'."
|
||||
icon_state = "nosmoking2"
|
||||
|
||||
/obj/structure/sign/redcross
|
||||
name = "medbay"
|
||||
desc = "The Intergalactic symbol of Medical institutions. You'll probably get help here."
|
||||
icon_state = "redcross"
|
||||
|
||||
/obj/structure/sign/greencross
|
||||
name = "medbay"
|
||||
desc = "The Intergalactic symbol of Medical institutions. You'll probably get help here."
|
||||
|
||||
@@ -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