upload files
This commit is contained in:
@@ -74,6 +74,8 @@ as performing this in action() will cause the upgrade to end up in the borg inst
|
||||
playsound(loc, 'sound/voice/liveagain.ogg', 75, 1)
|
||||
|
||||
R.revive()
|
||||
R.logevent("WARN -- System recovered from unexpected shutdown.")
|
||||
R.logevent("System brought online.")
|
||||
|
||||
/obj/item/borg/upgrade/vtec
|
||||
name = "cyborg VTEC module"
|
||||
@@ -149,6 +151,7 @@ as performing this in action() will cause the upgrade to end up in the borg inst
|
||||
return FALSE
|
||||
|
||||
R.ionpulse = TRUE
|
||||
R.toggle_ionpulse() //Enabled by default
|
||||
|
||||
/obj/item/borg/upgrade/thrusters/deactivate(mob/living/silicon/robot/R, user = usr)
|
||||
. = ..()
|
||||
@@ -285,6 +288,8 @@ as performing this in action() will cause the upgrade to end up in the borg inst
|
||||
return FALSE
|
||||
|
||||
R.SetEmagged(1)
|
||||
R.logevent("WARN: hardware installed with missing security certificate!") //A bit of fluff to hint it was an illegal tech item
|
||||
R.logevent("WARN: root privleges granted to PID [num2hex(rand(1,65535), -1)][num2hex(rand(1,65535), -1)].") //random eight digit hex value. Two are used because rand(1,4294967295) throws an error
|
||||
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user