mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Adds a traitor rapid healing item: "Hyperregenerative Medipen" (#26033)
* Adds Hyperregenative Medipen to traitor uplink * remove rogue pixel * Update code/datums/uplink_items/uplink_traitor.dm Co-authored-by: Spaghetti-bit <yumyumkillkill@gmail.com> Signed-off-by: tipoima <61978315+tipoima@users.noreply.github.com> * Update code/datums/uplink_items/uplink_traitor.dm Co-authored-by: Spaghetti-bit <yumyumkillkill@gmail.com> Signed-off-by: tipoima <61978315+tipoima@users.noreply.github.com> * Update code/modules/reagents/reagent_containers/hypospray.dm Co-authored-by: Spaghetti-bit <yumyumkillkill@gmail.com> Signed-off-by: tipoima <61978315+tipoima@users.noreply.github.com> * Cuts iron, sanguine, and spaceaccil from the medipen * Update code/datums/uplink_items/uplink_traitor.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: tipoima <61978315+tipoima@users.noreply.github.com> * Update code/datums/uplink_items/uplink_traitor.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: tipoima <61978315+tipoima@users.noreply.github.com> --------- Signed-off-by: tipoima <61978315+tipoima@users.noreply.github.com> Co-authored-by: Spaghetti-bit <yumyumkillkill@gmail.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
co-authored by
Spaghetti-bit
DGamerL
parent
f5bb6d1fb4
commit
608b4223b9
@@ -281,3 +281,11 @@
|
||||
name = "\improper Anti-Plague Sequence Omega autoinjector"
|
||||
desc = "A small autoinjector containing 15 units of Anti-Plague Sequence Omega. Cures all cases of the Necrotizing Plague. Also heals dead limbs."
|
||||
list_reagents = list("zombiecure4" = 15)
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/hyper_medipen
|
||||
name = "suspicious medipen"
|
||||
desc = "A cheap-looking medipen containing what seems to be a mix of nearly every medicine stored in the recently raided Nanotrasen warehouse."
|
||||
icon_state = "hyperpen"
|
||||
amount_per_transfer_from_this = 37
|
||||
volume = 37
|
||||
list_reagents = list("salglu_solution" = 3, "synthflesh" = 4, "omnizine" = 3, "weak_omnizine" = 3, "perfluorodecalin" = 2, "sal_acid" = 1, "bicaridine" = 4, "kelotane" = 4, "epinephrine" = 5, "lavaland_extract" = 2, "rezadone" = 1, "teporone" = 2, "menthol" = 1, "vitamin" = 2)
|
||||
|
||||
Reference in New Issue
Block a user