-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project ARES: Fix gas duration #7119
Project ARES: Fix gas duration #7119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unless i'm missing something
@@ -180,5 +180,5 @@ | |||
if(!gas_holder || welded) | |||
return FALSE | |||
playsound(loc, 'sound/effects/smoke.ogg', 25, 1, 4) | |||
gas_holder.set_up(radius, 0, get_turf(src), null, 10 SECONDS) | |||
gas_holder.set_up(radius, 0, get_turf(src), null, 10) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deliberately removed the SECONDS multiplier because it's breaking the maths. Time is ticking down one per second rather than per tick which is why gas is currently lasting near 2 minutes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
forest is right
About the pull request
As title
Changelog
🆑
fix: Fixes the duration of the AI Core nerve gas, will no longer last a full minute.
/:cl: