mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[MIRROR] Implements job skillchip framework as per hackmd.io design document (#212)
* Implements job skillchip framework as per hackmd.io design document (#52630) * Shift wire revealing logic to dedicated proc * Bit of code modification. Framework for roundstart job skillchips. * Implement roboticist skillchip trait functionality. * Feex moth feet messup * Add skill chips to robodrobe inventory * Code refactor. Add missing skill_stations to Pubby and Delta. * Implement special flags, changelings inherit skillchip skills * Additional code refactor. Traitor chameleon skillchip framework. * Implement traitor skillchip, fix up more code, move job chips to outfit datums * Modify autosurgeon, create skillchip variant, add to uplink * Implement chip cooldowns. Add new skillchip for station engineers. Cleanup some code. Add job chips to lockers. * Feex * Feex * Code review implementation * More feexes, improved chameleon chip code and more. * Code review and minor refactor * Additional review fixes, rebuild tgui * Minor logic fixes * Final Rohesie review * Robust code changes, improved slot/complexity system. * Rebuild tgui * Code review * Brain regeneration failsafe * Lazylist cut fix * Implements job skillchip framework as per hackmd.io design document Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
new /obj/item/circuitboard/machine/techfab/department/engineering(src)
|
||||
new /obj/item/extinguisher/advanced(src)
|
||||
new /obj/item/storage/photo_album/ce(src)
|
||||
new /obj/item/storage/box/skillchips/engineering(src)
|
||||
|
||||
/obj/structure/closet/secure_closet/engineering_electrical
|
||||
name = "electrical supplies locker"
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
new /obj/item/healthanalyzer/advanced(src)
|
||||
new /obj/item/assembly/flash/handheld(src)
|
||||
new /obj/item/reagent_containers/hypospray/cmo(src)
|
||||
new /obj/item/autosurgeon/cmo(src)
|
||||
new /obj/item/autosurgeon/organ/cmo(src)
|
||||
new /obj/item/door_remote/chief_medical_officer(src)
|
||||
new /obj/item/clothing/neck/petcollar(src)
|
||||
new /obj/item/pet_carrier(src)
|
||||
|
||||
@@ -26,3 +26,4 @@
|
||||
new /obj/item/door_remote/research_director(src)
|
||||
new /obj/item/circuitboard/machine/techfab/department/science(src)
|
||||
new /obj/item/storage/photo_album/rd(src)
|
||||
new /obj/item/storage/box/skillchips/science(src)
|
||||
|
||||
Reference in New Issue
Block a user