mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
Fixes #8192
This commit is contained in:
@@ -297,7 +297,7 @@
|
||||
|
||||
else if((istype(I, /obj/item/weapon/wrench)))
|
||||
if(on || raised)
|
||||
user << "<span class='warning'You cannot unsecure an active turret!</span>"
|
||||
user << "<span class='warning'>You cannot unsecure an active turret!</span>"
|
||||
return
|
||||
if(wrenching)
|
||||
user << "<span class='warning'>Someone is already [anchored ? "un" : ""]securing the turret!</span>"
|
||||
|
||||
Reference in New Issue
Block a user