mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +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:
@@ -228,6 +228,8 @@
|
||||
if(has_gravity(H))
|
||||
if(H.status_flags & GOTTAGOFAST)
|
||||
. -= 1
|
||||
else if(H.status_flags & GOTTAGONOTSOFAST)
|
||||
. -= 0.5
|
||||
|
||||
var/ignoreslow = FALSE
|
||||
if((H.status_flags & IGNORESLOWDOWN) || (RUN in H.mutations))
|
||||
|
||||
Reference in New Issue
Block a user