mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +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
@@ -357,6 +357,8 @@
|
||||
/obj/item/roller/holo = 1,
|
||||
/obj/item/bodyanalyzer = 1,
|
||||
/obj/item/handheld_defibrillator = 1,
|
||||
/obj/item/storage/pill_bottle/ert_red = 1,
|
||||
/obj/item/storage/pill_bottle/patch_pack/ert = 1,
|
||||
/obj/item/soap/nanotrasen = 1
|
||||
)
|
||||
|
||||
@@ -388,6 +390,9 @@
|
||||
/obj/item/extinguisher/mini = 1,
|
||||
/obj/item/roller/holo = 1,
|
||||
/obj/item/handheld_defibrillator = 1,
|
||||
/obj/item/storage/box/autoinjectors = 1,
|
||||
/obj/item/storage/pill_bottle/ert_gamma = 1,
|
||||
/obj/item/storage/pill_bottle/patch_pack/ert/gamma = 1
|
||||
)
|
||||
|
||||
cybernetic_implants = list(
|
||||
|
||||
Reference in New Issue
Block a user