Skip to content

Commit

Permalink
TGS Test Merge (#6013)
Browse files Browse the repository at this point in the history
  • Loading branch information
cm13-github committed Mar 26, 2024
2 parents a9f95c2 + c8bc77a commit a7a6083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/tools/experimental_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
end_cpr()
return PROCESS_KILL

if(world.time > last_pump + 10 SECONDS)
if(world.time > last_pump + 7.5 SECONDS)
last_pump = world.time
if(H.stat == UNCONSCIOUS)
var/suff = min(H.getOxyLoss(), 10) //Pre-merge level, less healing, more prevention of dying.
Expand Down

0 comments on commit a7a6083

Please sign in to comment.