Skip to content

Commit

Permalink
RND-server-is-no-longer-heatproof-after-a-certain-bit (ParadiseSS13#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
ppi13 committed Oct 18, 2023
1 parent 5ef03e4 commit 34be47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/research/server.dm
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
health = min(100, health + 1)
if(T0C to (T20C + 20))
health = clamp(health, 0, 100)
if((T20C + 20) to (T0C + 70))
if((T20C + 20) to INFINITY)
health = max(0, health - 1)
if(health <= 0)
/*griefProtection() This seems to get called twice before running any code that deletes/damages the server or it's files anwyay.
Expand Down

0 comments on commit 34be47e

Please sign in to comment.