Skip to content

Commit

Permalink
Fixes border (#2088)
Browse files Browse the repository at this point in the history
Changes the overlay_icon_state to be an actual overlay, fixing the error sprite.
  • Loading branch information
F-e-r-n authored May 30, 2024
1 parent 218d74c commit e130194
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
/datum/uplink_item/bundles_tc/mantis
name = "Mantis Blade Bundle"
desc = "A box containing various implants"
item = /obj/item/storage/box/syndie_kit/sandy
item = /obj/item/storage/box/syndie_kit/mantis
cost = 12
purchasable_from = UPLINK_TRAITORS

/obj/item/storage/box/syndie_kit/sandy/PopulateContents()
/obj/item/storage/box/syndie_kit/mantis/PopulateContents()
new /obj/item/autosurgeon/organ/cyberlink_syndicate(src)
new /obj/item/autosurgeon/organ/syndicate/syndie_mantis(src)
new /obj/item/autosurgeon/organ/syndicate/syndie_mantis/l(src)
Expand Down

0 comments on commit e130194

Please sign in to comment.