mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
ERT Medkit Revision (#20658)
* Update code/modules/reagents/reagent_containers/pill.dm Co-authored-by: Adri <33333517+Miraviel@users.noreply.github.com> * Seperated the Red and Gamma Patch Packs Changed some colors for the patch packs/pill bottles * Update code/game/objects/items/weapons/storage/firstaid.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Update code/game/objects/items/weapons/storage/firstaid.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Update code/game/objects/items/weapons/storage/firstaid.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * adjustments to patch packs * format fix * inheritance adjustment * adjusted medince to reflect changes to SR --------- Co-authored-by: Adri <33333517+Miraviel@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
co-authored by
Contrabang
Adri
parent
87d69f93b4
commit
e85094ed32
@@ -158,3 +158,15 @@
|
||||
desc = "Used to help with blood loss."
|
||||
icon_state = "pill2"
|
||||
list_reagents = list("iron" = 10, "salglu_solution" = 10)
|
||||
|
||||
/obj/item/reagent_containers/food/pill/lazarus_reagent
|
||||
name = "\improper Lazarus Reagent pill"
|
||||
desc = "Miraculous drug used for revival. Use with caution. Improper use may cause bodies to violently blow apart."
|
||||
icon_state = "pill9"
|
||||
list_reagents = list("lazarus_reagent" = 1)
|
||||
|
||||
/obj/item/reagent_containers/food/pill/rezadone
|
||||
name = "\improper Rezadone pill"
|
||||
desc = "Used to rapidly repair cellular defects within a subject's cell structure."
|
||||
icon_state = "pill10"
|
||||
list_reagents = list("rezadone" = 1)
|
||||
|
||||
Reference in New Issue
Block a user