mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-10 09:22:05 +00: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
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
name = "alien vines"
|
||||
desc = "Thick, heavy vines of some sort."
|
||||
icon_state = "vines3"
|
||||
density = 0
|
||||
var/growth = 0
|
||||
|
||||
/obj/structure/diona/vines/proc/spread()
|
||||
|
||||
Reference in New Issue
Block a user