mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Ert medic kit rework (#20561)
* First commit for ERT medic kit rework * Value adjustment for pill bottles and patch pack This was intended for the first commit * removes the empty containers previously created * Update code/game/objects/items/weapons/storage/firstaid.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/game/objects/items/weapons/storage/firstaid.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Merge conflict resolution --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -67,3 +67,9 @@
|
||||
desc = "Helps with brute injuries if the affected person is a clown, otherwise inflicts various annoying effects."
|
||||
icon_state = "bandaid_clown"
|
||||
list_reagents = list("jestosterone" = 20)
|
||||
|
||||
/obj/item/reagent_containers/food/pill/patch/perfluorodecalin
|
||||
name = "perfluorodecalin patch"
|
||||
desc = "Incredibly potent respiratory aid drug, may cause shortness of breath if used in large amounts."
|
||||
icon_state = "bandaid_med"
|
||||
list_reagents = list("perfluorodecalin" = 10)
|
||||
|
||||
Reference in New Issue
Block a user