mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
[MIRROR] Replaces downloading research notes with a new antag objective and station sabotage point. (#8401)
* Replaces downloading research notes with a new antag objective and station sabotage point. (#61685) Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com> * Replaces downloading research notes with a new antag objective and station sabotage point. Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
@@ -105,6 +105,39 @@
|
||||
<li>???</li>\
|
||||
</ul>"
|
||||
|
||||
/obj/item/paper/guides/antag/hdd_extraction
|
||||
info = "<h1>Source Code Theft & You - The Idiot's Guide to Crippling Nanotrasen Research & Development</h1><br>\
|
||||
Rumour has it that Nanotrasen are using their R&D Servers to create something awful! They've codenamed it Project Goon, whatever that means.<br>\
|
||||
This cannot be allowed to stand. Below is all our intel for stealing their source code and crippling their research efforts:<br>\
|
||||
<ul>\
|
||||
<li>Locate the physical R&D Server mainframes. Intel suggests these are stored in specially cooled rooms deep within their Science department.</li>\
|
||||
<li>Nanotrasen is a corporation not known for subtlety in design. You should be able to identify the master server by any distinctive markings.</li>\
|
||||
<li>Tools are on-site procurement. Screwdriver, crowbar and wirecutters should be all you need to do the job.<li>\
|
||||
<li>The front panel screws are hidden in recesses behind stickers. Easily removed once you know they're there.</li>\
|
||||
<li>You'll probably find the hard drive in secure housing. You may need to pry it loose with a crowbar, shouldn't do too much damage.</li>\
|
||||
<li>Finally, carefully cut all of the hard drive's connecting wires. Don't rush this, snipping the wrong wire could wipe all data!</li>\
|
||||
</ul>\
|
||||
Removing this drive is guaranteed to cripple research efforts regardless of what data is contained on it.<br>\
|
||||
The thing's probably hardwired. No putting it back once you've extracted it. The crew are likely to be as mad as bees if they find out!<br>\
|
||||
Survive the shift and extract the hard drive safely.<br>\
|
||||
Succeed and you will receive a coveted green highlight on your record for this assignment. Fail us and red's the last colour you'll ever see.<br>\
|
||||
Do not disappoint us.<br>"
|
||||
|
||||
/obj/item/computer_hardware/hard_drive/cluster
|
||||
name = "cluster hard disk drive"
|
||||
desc = "A large storage cluster consisting of multiple HDDs for usage in dedicated storage systems."
|
||||
power_usage = 500
|
||||
max_capacity = 2048
|
||||
icon_state = "harddisk"
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
|
||||
/obj/item/computer_hardware/hard_drive/cluster/hdd_theft
|
||||
name = "r&d server hard disk drive"
|
||||
desc = "For some reason, people really seem to want to steal this. The source code on this drive is probably used for something awful!"
|
||||
icon = 'icons/obj/nuke_tools.dmi'
|
||||
icon_state = "something_awful"
|
||||
max_capacity = 512
|
||||
|
||||
// STEALING SUPERMATTER
|
||||
|
||||
/obj/item/paper/guides/antag/supermatter_sliver
|
||||
|
||||
Reference in New Issue
Block a user