Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MiraHell
Copy link
Contributor

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

  • I confirm that I either do not require pre-approval for this PR, or I have obtained such approval and have included a screenshot to demonstrate this below.

Changelog

NPFC

Copy link
Contributor

@Contrabang Contrabang left a 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

Comment on lines +275 to +281
/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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/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"

Copy link
Contributor Author

@MiraHell MiraHell Jan 23, 2025

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)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, true, damn

@ParadiseSS13-Bot ParadiseSS13-Bot added the -Status: Awaiting type assignment This PR is waiting for its type to be assigned internally label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-Status: Awaiting type assignment This PR is waiting for its type to be assigned internally
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants