mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Add debug research notes (#28074)
* debug research notes * delete /obj/item/research * remove researchnotes type
This commit is contained in:
@@ -272,6 +272,12 @@
|
||||
/obj/item/storage/box/debug/debugtools
|
||||
name = "debug tools"
|
||||
|
||||
/obj/item/paper/debug_research
|
||||
name = "debug reseach notes"
|
||||
desc = "Your brain is melting just from looking at this endless knowledge."
|
||||
info = "<b>Information written here is beyond your understanding</b>"
|
||||
origin_tech = "materials=10;engineering=10;plasmatech=10;powerstorage=10;bluespace=10;biotech=10;combat=10;magnets=10;programming=10;toxins=10;syndicate=10;abductor=10"
|
||||
|
||||
/obj/item/storage/box/debug/debugtools/populate_contents()
|
||||
new /obj/item/card/emag(src)
|
||||
new /obj/item/rcd/combat/admin(src)
|
||||
@@ -284,6 +290,7 @@
|
||||
new /obj/item/storage/box/debug/misc_debug(src)
|
||||
new /obj/item/storage/box/centcomofficer(src)
|
||||
new /obj/item/radio/uplink/admin(src)
|
||||
new /obj/item/paper/debug_research(src)
|
||||
|
||||
/obj/item/storage/box/debug/material
|
||||
name = "box of materials"
|
||||
|
||||
@@ -283,9 +283,3 @@
|
||||
rating = 4
|
||||
materials = list(MAT_METAL=80)
|
||||
|
||||
/obj/item/research//Makes testing much less of a pain -Sieve
|
||||
name = "research"
|
||||
icon = 'icons/obj/stock_parts.dmi'
|
||||
icon_state = "capacitor"
|
||||
desc = "A debug item for research."
|
||||
origin_tech = "materials=8;programming=8;magnets=8;powerstorage=8;bluespace=8;combat=8;biotech=8;syndicate=8;engineering=8;plasmatech=8;abductor=8"
|
||||
|
||||
Reference in New Issue
Block a user