mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
RND-server-is-no-longer-heatproof-after-a-certain-bit (#22839)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user