Skip to content

Commit

Permalink
Add debug research notes (ParadiseSS13#28074)
Browse files Browse the repository at this point in the history
* debug research notes

* delete /obj/item/research

* remove researchnotes type
  • Loading branch information
MiraHell authored Feb 6, 2025
1 parent 265881e commit 659c4bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions code/datums/outfits/outfit_debug.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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"
Expand Down
6 changes: 0 additions & 6 deletions code/game/objects/items/weapons/stock_parts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 659c4bb

Please sign in to comment.