mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Modernizes and Enhances the Ancient Space Station (#27878)
* Update oldstation.dmm * Update oldstation.dmm * Fixing some minor typos for cyborg upgrade flavour text Throws in some missing apostrophes, capitalisation, and the letter "s." * Briefcase Full of Cash buff Increases the amount of cash in the Syndicate Briefcase Full of Cash from 600 Cr to 1000 Cr * Reverts double-feature PR * Reverts a broken revert * Reverting again because Ebba told me to * And reverting yet again * Update robot_upgrades.dm * Update oldstation.dmm * Update oldstation.dmm * Machines * it works * Fixing some minor typos for cyborg upgrade flavour text Throws in some missing apostrophes, capitalisation, and the letter "s." * Briefcase Full of Cash buff Increases the amount of cash in the Syndicate Briefcase Full of Cash from 600 Cr to 1000 Cr * Reverts double-feature PR * Reverts a broken revert * Reverting again because Ebba told me to * And reverting yet again * Update robot_upgrades.dm * Update oldstation.dmm * Update oldstation.dmm * Update oldstation.dmm * Update oldstation.dmm * CI * CI (again) * Adds diamonds (from minecraft) * Wow that's a lot of mould, that stuff can't be good for you... * Remove diamond, add more ore rock * Very minor polish Adds missing firelocks, removes an unwanted access helper, adds a floor clutter decal. * Update oldstation.dmm * Update oldstation.dmm * Update oldstation.dmm * Update oldstation.dmm * Update oldstation.dmm
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -193,7 +193,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/machinery/computer/nonfunctional
|
||||
name = "broken computer"
|
||||
name = "derelict computer"
|
||||
desc = "A computer long since rendered non-functional due to lack of maintenance. \
|
||||
It is spitting out error messages."
|
||||
circuit = /obj/item/circuitboard/nonfunctional
|
||||
|
||||
@@ -112,3 +112,15 @@
|
||||
/obj/structure/showcase/machinery/oldpod/used
|
||||
name = "opened cryogenic pod"
|
||||
desc = "A cryogenic pod that has recently discharged its occupant. The pod appears non-functional."
|
||||
|
||||
/obj/structure/showcase/machinery/server_broken
|
||||
name = "derelict R&D server"
|
||||
desc = "An R&D server long since rendered non-functional due to lack of maintenance. Any scientific data that used to be stored inside has been lost to time."
|
||||
icon = 'icons/obj/machines/research.dmi'
|
||||
icon_state = "server-off"
|
||||
|
||||
/obj/structure/showcase/machinery/thermomachine_broken
|
||||
name = "derelict thermomachine"
|
||||
desc = "A thermomachine long since rendered non-functional due to lack of maintenance. All the components are burned out and useless."
|
||||
icon = 'icons/obj/cryogenic2.dmi'
|
||||
icon_state = "freezer"
|
||||
|
||||
Reference in New Issue
Block a user