mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Borg and dionae vines fixes (#3758)
Fixes emmaged borgs being locked down by the robotics console. Also, fixes a dionae structure being dense, turnings dionae mazes into a pain to use.
This commit is contained in:
@@ -85,6 +85,9 @@
|
||||
user << "Access Denied."
|
||||
return
|
||||
|
||||
if(target.emagged)
|
||||
return
|
||||
|
||||
var/choice = input("Really [target.lockcharge ? "unlock" : "lockdown"] [target.name] ?") in list ("Yes", "No")
|
||||
if(choice != "Yes")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user