[PTBF] Protect Objective (#30697)

* protect objective

* fix bugs, add protect into rotation

* make sure other antags can roll protect as well

* get vampire chance on par with other antags

* linter oops

* lintma balls

* weight 100

---------

Signed-off-by: Paul <90473506+pwbokie@users.noreply.github.com>
This commit is contained in:
Paul
2025-10-25 20:53:32 +00:00
committed by GitHub
parent 4c48f18cb1
commit ebc920fb7b
5 changed files with 98 additions and 3 deletions
+2
View File
@@ -13,6 +13,8 @@
#define TARGET_INVALID_CULTIST 12
#define TARGET_INVALID_CULT_CONVERTABLE 13
#define TARGET_CRYOING 14
#define TARGET_INVALID_HEAD 15
#define TARGET_INVALID_ANTAG 16
//gamemode istype helpers
#define GAMEMODE_IS_CULT (SSticker && istype(SSticker.mode, /datum/game_mode/cult))