mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Fixed the APC causing runtimes when wires are being cut/mended/pulsed. I mistakenly missed a variable and did not rename it.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4136 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -518,7 +518,7 @@
|
||||
var/t1 = text("<html><head><title>[area.name] APC wires</title></head><body><B>Access Panel</B><br>\n")
|
||||
|
||||
for(var/wiredesc in apcwirelist)
|
||||
var/is_uncut = src.apcwires & APCWireColorToFlag[apcwires[wiredesc]]
|
||||
var/is_uncut = src.apcwires & APCWireColorToFlag[apcwirelist[wiredesc]]
|
||||
t1 += "[wiredesc] wire: "
|
||||
if(!is_uncut)
|
||||
t1 += "<a href='?src=\ref[src];apcwires=[apcwirelist[wiredesc]]'>Mend</a>"
|
||||
|
||||
Reference in New Issue
Block a user