Skip to content

Commit

Permalink
Project ARES: Fix gas duration (#7119)
Browse files Browse the repository at this point in the history
# About the pull request

As title


# Changelog
:cl:
fix: Fixes the duration of the AI Core nerve gas, will no longer last a
full minute.
/:cl:
  • Loading branch information
realforest2001 authored Sep 17, 2024
1 parent 7d04589 commit b228b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/pipes/vents/vents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
gas_holder.start()

0 comments on commit b228b68

Please sign in to comment.