mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 18:47:20 +01:00
Removes the Speed-boost from Cling Epi OD (#20127)
* gives the wizard some more clownish options
* removes speed boost from cling Epi OD
* Revert "gives the wizard some more clownish options"
This reverts commit 938b1c8ebd.
* Lewcc review
Whack
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
* Hal9001 Review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
user.setStaminaLoss(0)
|
||||
user.SetKnockDown(0)
|
||||
user.reagents.add_reagent("synaptizine", 15)
|
||||
user.reagents.add_reagent("stimulative_agent", 1)
|
||||
user.reagents.add_reagent("stimulative_cling", 1)
|
||||
|
||||
SSblackbox.record_feedback("nested tally", "changeling_powers", 1, list("[name]"))
|
||||
return TRUE
|
||||
|
||||
@@ -933,6 +933,15 @@
|
||||
M.AdjustLoseBreath(2 SECONDS)
|
||||
return list(0, update_flags)
|
||||
|
||||
/datum/reagent/medicine/stimulative_agent/changeling
|
||||
id = "stimulative_cling"
|
||||
|
||||
/datum/reagent/medicine/stimulative_agent/changeling/on_mob_add(mob/living/L)
|
||||
return
|
||||
|
||||
/datum/reagent/medicine/stimulative_agent/changeling/on_mob_delete(mob/living/L)
|
||||
return
|
||||
|
||||
/datum/reagent/medicine/insulin
|
||||
name = "Insulin"
|
||||
id = "insulin"
|
||||
|
||||
Reference in New Issue
Block a user