Skip to content

Commit

Permalink
Fixes the Polymorph NIFsoft disk in starter kits (#24393)
Browse files Browse the repository at this point in the history
nanomachines, son
  • Loading branch information
sqnztb authored and Iajret committed Oct 17, 2023
1 parent c1c3017 commit 4691216
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modular_skyrat/modules/modular_implants/code/nifs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,10 @@
new /obj/item/autosurgeon/organ/nif/ghost_role(src)
new /obj/item/disk/nifsoft_uploader/shapeshifter(src)
new /obj/item/disk/nifsoft_uploader/summoner(src)
new /obj/item/disk/nifsoft_uploader/money_sense(src)
new /obj/item/disk/nifsoft_uploader/dorms(src)
new /obj/item/disk/nifsoft_uploader/dorms/hypnosis(src)
new /obj/item/disk/nifsoft_uploader/soulcatcher(src)
new /obj/item/disk/nifsoft_uploader/money_sense(src)

/obj/item/storage/box/nif_ghost_box/ghost_role/PopulateContents()
. = ..()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// This type of NIFSoft grans the user an action when active.
/// This type of NIFSoft grants the user an action when active.
/datum/nifsoft/action_granter
active_mode = TRUE
activation_cost = 10
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/item/disk/nifsoft_uploader/shapeshifter
name = "Polymorph"
loaded_nifsoft = /datum/nifsoft/action_granter
loaded_nifsoft = /datum/nifsoft/action_granter/shapeshifter

/datum/nifsoft/action_granter/shapeshifter
name = "Polymorph"
Expand Down

0 comments on commit 4691216

Please sign in to comment.