Vastly improve Protect objective targeting (#31041)

* make protect objective more robusto

* small tweak to fix an edge case with timers

* add delayed obj text to protect
This commit is contained in:
Pooble
2026-01-09 05:40:09 -05:00
committed by GitHub
parent c8d32f8484
commit 4acbbc1e52
2 changed files with 208 additions and 18 deletions
+1
View File
@@ -15,6 +15,7 @@
#define TARGET_CRYOING 14
#define TARGET_INVALID_HEAD 15
#define TARGET_INVALID_ANTAG 16
#define TARGET_INVALID_CONFLICTING_OBJECTIVE 17
//gamemode istype helpers
#define GAMEMODE_IS_CULT (SSticker && istype(SSticker.mode, /datum/game_mode/cult))