Skip to content

Commit

Permalink
Prosthetic faults can be treated with duct tape.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Dec 12, 2023
1 parent 39cbeca commit 3392708
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/modules/organs/ailments/faults/_fault.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/datum/ailment/fault
affects_robotics = TRUE
category = /datum/ailment/fault
treated_by_item_type = /obj/item/stack/nanopaste
treated_by_item_type = list(
/obj/item/stack/nanopaste,
/obj/item/stack/tape_roll/duct_tape
)
treated_by_item_cost = 3
third_person_treatment_message = "$USER$ patches $TARGET$'s faulty $ORGAN$ with $ITEM$."
self_treatment_message = "$USER$ patches $USER_HIS$ faulty $ORGAN$ with $ITEM$."
Expand Down

0 comments on commit 3392708

Please sign in to comment.