-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add debug research notes #28074
base: master
Are you sure you want to change the base?
Add debug research notes #28074
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also delete /obj/item/research
/obj/item/paper/researchnotes/debug | ||
desc = "Your brain is melting just from looking at this endless knowledge." | ||
|
||
/obj/item/paper/researchnotes/debug/Initialize(mapload) | ||
. = ..() | ||
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" | ||
name = "Debug Reseach Notes" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/obj/item/paper/researchnotes/debug | |
desc = "Your brain is melting just from looking at this endless knowledge." | |
/obj/item/paper/researchnotes/debug/Initialize(mapload) | |
. = ..() | |
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" | |
name = "Debug Reseach Notes" | |
/obj/item/paper/researchnotes/debug | |
name = "Debug Research Notes" | |
desc = "Your brain is melting just from looking at this endless knowledge." | |
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then the name and origin_tech are overwritten in /obj/item/paper/researchnotes/Initialize(mapload)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, true, damn
What Does This PR Do
Adds debug research notes to the debug outfit.
Why It's Good For The Game
Easier testing.
Testing
I gave myself the debug outfit and deconstructed notes in the scientific analyzer.
Declaration
Changelog
NPFC