Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maaacha committed Nov 2, 2024
1 parent 714a625 commit 0fae7c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GLOBAL_LIST_INIT(limb_loadout_options, init_loadout_limb_options())
return

var/obj/item/organ/internal/new_organ = new limb_path()
new_organ.Insert(apply_to, special = TRUE, drop_if_replaced = FALSE)
new_organ.Insert(apply_to, special = TRUE)

/datum/limb_option_datum/organ/cyberheart
name = "Cybernetic Heart"
Expand Down

0 comments on commit 0fae7c4

Please sign in to comment.