|
105 | 105 |
|
106 | 106 | // STEALING RESEARCH HDD
|
107 | 107 | /obj/item/paper/guides/antag/hdd_extraction
|
| 108 | + |
| 109 | +/obj/item/paper/guides/antag/hdd_extraction/Initialize(mapload) |
| 110 | + ..() |
108 | 111 | info = "<h1>Source Code Theft & You - The Idiot's Guide to Crippling Nanotrasen Research & Development</h1><br>\
|
109 | 112 | Rumour has it that Nanotrasen are using their R&D servers to perform theoretical simulations into alternate universes!<br>\
|
110 | 113 | Recently, Nanotrasen has determined the existence of a universe similar to ours, and have been working to bridge the gap between the two.<br>\
|
111 |
| - They have compiled a one-of-a-kind scan of the extant universe into a project designated under the codename <b>Project Bee</b>.<br>\ |
| 114 | + They have compiled a one-of-a-kind scan of the extant universe into a project designated under the codename <b>[GLOB.hdd_research_project]</b>.<br>\ |
112 | 115 | This cannot be allowed to stand. Below is all our intel for stealing their source code and crippling their research efforts:<br>\
|
113 | 116 | <ul>\
|
114 | 117 | <li>Locate the physical R&D Server mainframes. Intel suggests these are stored in specially cooled rooms deep within their Science department.</li>\
|
|
134 | 137 |
|
135 | 138 | /obj/item/computer_hardware/hard_drive/cluster/hdd_theft
|
136 | 139 | name = "r&d server hard disk drive"
|
137 |
| - desc = "The hard drive containing sensitive data on alternate universes. Holding it up to your ear you can faintly hear the hum of millions of bees." |
| 140 | + desc = "The hard drive containing sensitive data on alternate universes." |
138 | 141 | icon = 'icons/obj/nuke_tools.dmi'
|
139 | 142 | icon_state = "project_bee" //hi bee!
|
140 | 143 | max_capacity = 512
|
141 | 144 |
|
| 145 | +/obj/item/computer_hardware/hard_drive/cluster/hdd_theft/Initialize(mapload) |
| 146 | + ..() |
| 147 | + switch(GLOB.hdd_research_project) |
| 148 | + if("Project Shiptest") |
| 149 | + icon_state = "project_shiptest" |
| 150 | + desc += " Holding it up to your ear you can faintly hear rocks thumping dully against the inside of the case." |
| 151 | + if("Project Monke") |
| 152 | + icon_state = "project_monke" |
| 153 | + desc += " Holding it up to your ear you can faintly hear thousands of monkeys farting." |
| 154 | + else //default route: connecting to beestation |
| 155 | + desc += " Holding it up to your ear you can faintly hear the hum of millions of bees." |
| 156 | + |
| 157 | + |
142 | 158 | // STEALING SUPERMATTER
|
143 | 159 |
|
144 | 160 | /obj/item/paper/guides/antag/supermatter_sliver
|
|
0 commit comments