mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Nuka cola speed buff nerf (#14815)
* Nuka cola now gives radiation * Moxian review Co-authored-by: moxian <moxian@users.noreply.github.com> * Nerf speed, remove radiation Co-authored-by: moxian <moxian@users.noreply.github.com>
This commit is contained in:
@@ -73,11 +73,11 @@
|
||||
update_flags |= M.Druggy(30, FALSE)
|
||||
M.AdjustDizzy(5)
|
||||
M.SetDrowsy(0)
|
||||
M.status_flags |= GOTTAGOFAST
|
||||
M.status_flags |= GOTTAGONOTSOFAST
|
||||
return ..() | update_flags
|
||||
|
||||
/datum/reagent/consumable/drink/cold/nuka_cola/on_mob_delete(mob/living/M)
|
||||
M.status_flags &= ~GOTTAGOFAST
|
||||
M.status_flags &= ~GOTTAGONOTSOFAST
|
||||
..()
|
||||
|
||||
/datum/reagent/consumable/drink/cold/spacemountainwind
|
||||
|
||||
Reference in New Issue
Block a user