mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
@@ -111,6 +111,13 @@
|
|||||||
return
|
return
|
||||||
log_ability_use(user, "elite encryption hack (SUCCESS - title: [title])")
|
log_ability_use(user, "elite encryption hack (SUCCESS - title: [title])")
|
||||||
command_announcement.Announce(text, title)
|
command_announcement.Announce(text, title)
|
||||||
|
for (var/obj/machinery/computer/communications/C in machines)
|
||||||
|
if(! (C.stat & (BROKEN|NOPOWER) ) )
|
||||||
|
var/obj/item/weapon/paper/P = new /obj/item/weapon/paper( C.loc )
|
||||||
|
P.name = "[command_name()] Update"
|
||||||
|
P.info = replacetext(text, "\n", "<br/>")
|
||||||
|
P.update_space(P.info)
|
||||||
|
P.update_icon()
|
||||||
|
|
||||||
/datum/game_mode/malfunction/verb/elite_encryption_hack()
|
/datum/game_mode/malfunction/verb/elite_encryption_hack()
|
||||||
set category = "Software"
|
set category = "Software"
|
||||||
|
|||||||
Reference in New Issue
Block a user