Kamikaze fix / Admin room upgrade

This commit is contained in:
SamCroswell
2014-01-02 08:00:00 -05:00
parent 6f0db1cbad
commit 87f1b1728e
3 changed files with 3688 additions and 3692 deletions
@@ -150,7 +150,7 @@ Not sure why this would be useful (it's not) but whatever. Ninjas need their smo
playsound(U.loc, 'sound/effects/EMPulse.ogg', 60, 2)
empulse(U, 4, 6) //Procs sure are nice. Slightly weaker than wizard's disable tch.
s_coold = 2
cell.charge-=(1000)
cell.charge-=(C)
return
//=======//ENERGY BLADE//=======//
@@ -246,7 +246,7 @@ ________________________________________________________________________________
var/dat = "<html><head><title>SpiderOS</title></head><body bgcolor=\"#3D5B43\" text=\"#B65B5B\"><style>a, a:link, a:visited, a:active, a:hover { color: #B65B5B; }img {border-style:none;}</style>"
dat += "<a href='byond://?src=\ref[src];choice=Refresh'><img src=sos_7.png> Refresh</a>"
if(spideros)
dat += " | <a href='byond://?src=\ref[src];choice=0'><img src=sos_1.png> Return</a>"
dat += " | <a href='byond://?src=\ref[src];choice=Return'><img src=sos_1.png> Return</a>"
dat += " | <a href='byond://?src=\ref[src];choice=Close'><img src=sos_8.png> Close</a>"
dat += "<br>"
if(s_control)
@@ -492,12 +492,12 @@ ________________________________________________________________________________
U << browse(null, "window=spideros")//Closes the window.
return
if(k_unlock!=7&&href_list["choice"]!="Return")
var/u1=text2num(href_list["choice"])
var/u2=(u1?abs(abs(k_unlock-u1)-2):1)
k_unlock=(!u2? k_unlock+1:0)
if(k_unlock==7)
U << "Anonymous Messenger blinks."
if(k_unlock!=7&&href_list["choice"]!="Return")
var/u1=text2num(href_list["choice"])
var/u2=(u1?abs(abs(k_unlock-u1)-2):1)
k_unlock=(!u2? k_unlock+1:0)
if(k_unlock==7)
U << "Anonymous Messenger blinks."
else
if(!affecting||A.stat||!s_initialized||A.loc!=src)
A << "\red This function is not available at this time."