mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -127,7 +127,6 @@
|
||||
else
|
||||
to_chat(usr, "\red Access Denied.")
|
||||
|
||||
|
||||
if ("stop" in href_list)
|
||||
src.temp = {"
|
||||
Stop Robot Destruction Sequence?<BR>
|
||||
@@ -161,7 +160,6 @@
|
||||
if(R && istype(R))
|
||||
if(R.mind && R.mind.special_role && R.emagged)
|
||||
to_chat(R, "Extreme danger. Termination codes detected. Scrambling security codes and automatic AI unlink triggered.")
|
||||
|
||||
R.ResetSecurityCodes()
|
||||
|
||||
else
|
||||
@@ -171,7 +169,6 @@
|
||||
else
|
||||
to_chat(usr, "\red Access Denied.")
|
||||
|
||||
|
||||
if ("stopbot" in href_list)
|
||||
if(computer.allowed(usr))
|
||||
var/mob/living/silicon/robot/R = locate(href_list["stopbot"])
|
||||
@@ -186,17 +183,14 @@
|
||||
// R.cell.charge = R.lockcharge
|
||||
R.lockcharge = !R.lockcharge
|
||||
to_chat(R, "Your lockdown has been lifted!")
|
||||
|
||||
else
|
||||
R.lockcharge = !R.lockcharge
|
||||
// R.cell.charge = 0
|
||||
to_chat(R, "You have been locked down!")
|
||||
|
||||
|
||||
else
|
||||
to_chat(usr, "\red Access Denied.")
|
||||
|
||||
|
||||
if ("magbot" in href_list)
|
||||
if(computer.allowed(usr))
|
||||
var/mob/living/silicon/robot/R = locate(href_list["magbot"])
|
||||
|
||||
Reference in New Issue
Block a user