Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
kiVts committed May 14, 2024
1 parent e5190b1 commit 55ce979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/research_upgrade_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
change_purchase = -200
minimum_price = 200
item_reference = /obj/item/stack/medical/splint/nano/research
behavior = RESEARCH_UPGRADE_TIER_1
behavior = RESEARCH_UPGRADE_TIER_5
upgrade_type = ITEM_ACCESSORY_UPGRADE

/datum/research_upgrades/armor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
to_chat(user, SPAN_WARNING("You have no idea how to use this."))
return
if(istype(attacked_item, /obj/item/organ/xeno))
if(busy)
to_chat(user, SPAN_WARNING("The [src] is currently busy!"))
if(organ)
to_chat(user, SPAN_WARNING("Organ slot is already full!"))
return
Expand Down

0 comments on commit 55ce979

Please sign in to comment.