Merge remote-tracking branch 'upstream/master'

This commit is contained in:
BongaTheProto
2023-01-17 15:53:26 -05:00
2 changed files with 4 additions and 1 deletions

View File

@@ -83,7 +83,10 @@
- code_imp: Added span defines for 'reallybig hypnophrase', 'big warning', 'header', - code_imp: Added span defines for 'reallybig hypnophrase', 'big warning', 'header',
and 'umbra' and 'umbra'
- refactor: All HTML spans are now defines-based - refactor: All HTML spans are now defines-based
- tweak: Moved Autodoc techweb entry from Advanced Surgery to Advanced Surgery Tools
SishTis: SishTis:
- rscadd: Addead keybinds to put/take items in/from suit storage and pockets slots. - rscadd: Addead keybinds to put/take items in/from suit storage and pockets slots.
zeroisthebiggay: zeroisthebiggay:
- spellcheck: You - spellcheck: You
BongaTheProto:
- code_imp: optimizes some genital related code

View File

@@ -31,7 +31,7 @@
design_ids = list("ci-toolset-adv","ci-surgery-adv") design_ids = list("ci-toolset-adv","ci-surgery-adv")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000) research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 5000)
/datum/techweb_node/adv_surgery/New() /datum/techweb_node/advance_surgerytools/New()
design_ids += "autodoc" design_ids += "autodoc"
. = ..() . = ..()