Using explosives at end round now gibs you (#26465)

* Using explosives at end round now gibs you

* More tweaks

* Tweaks
This commit is contained in:
AffectedArc07
2024-08-17 23:24:21 +01:00
committed by GitHub
parent e21b8ea4c3
commit 3a3768bac3
5 changed files with 29 additions and 5 deletions
+6 -2
View File
@@ -1,5 +1,9 @@
GLOBAL_VAR_INIT(BSACooldown, 0)
GLOBAL_VAR_INIT(nologevent, 0)
/// Is admin BSA (damage a user) currently on cooldown?
GLOBAL_VAR_INIT(BSACooldown, FALSE)
/// Are we in a no-log event (EORG, highlander, etc)?
GLOBAL_VAR_INIT(nologevent, FALSE)
/// Are explosions currently disabled for EORG?
GLOBAL_VAR_INIT(disable_explosions, FALSE)
////////////////////////////////
/proc/message_admins(msg)