mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Zombie cure bottles / injectors for admins, no synth cures, updates comments (#25733)
* Zombie cure bottles / injectors for admins, no synth cures, updates comments * oops duplicate moment * removes abstract parent * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> * number 15, burger king --------- Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
co-authored by
Luc
Ryan
parent
a6ae7621f8
commit
7bef144897
@@ -1609,7 +1609,7 @@
|
||||
update_flags |= M.adjustToxLoss(3*REAGENTS_EFFECT_MULTIPLIER, FALSE)
|
||||
return ..() | update_flags
|
||||
|
||||
// First level, prevents scratches from infecting you and stops the advance of low-level zombie infections.
|
||||
// First level, prevents scratches from infecting you and cures stage 1 zombie infections.
|
||||
/datum/reagent/zombie_cure
|
||||
name = "Anti-Plague Sequence Alpha"
|
||||
id = "zombiecure1"
|
||||
@@ -1619,7 +1619,7 @@
|
||||
color = "#003602"
|
||||
var/cure_level = 1
|
||||
|
||||
// Cures low-level infections. Weakens zombies when in their system.
|
||||
// Weakens a zombie's claws when in their system. Cures stage 1-3 infections.
|
||||
/datum/reagent/zombie_cure/second
|
||||
name = "Anti-Plague Sequence Beta"
|
||||
id = "zombiecure2"
|
||||
@@ -1627,7 +1627,7 @@
|
||||
color = "#006238"
|
||||
cure_level = 2
|
||||
|
||||
// Prevents zombies from reviving, but not from healing. Removes all zombie viruses except for the rotting stage.
|
||||
// Significantly weakens a zombie's healing ability. Cures 1-5 infections and significantly slows the advance of the stage 6 infection
|
||||
/datum/reagent/zombie_cure/third
|
||||
name = "Anti-Plague Sequence Gamma"
|
||||
id = "zombiecure3"
|
||||
|
||||
Reference in New Issue
Block a user