Prevent re-selection of targets on cryo (#27635)

* Prevent re-selection of targets on cryo

* goodbye documentation
This commit is contained in:
Contrabang
2024-12-14 02:18:58 +00:00
committed by GitHub
parent 1eab5f1afb
commit 0588b35af7
4 changed files with 6 additions and 3 deletions
+1
View File
@@ -12,6 +12,7 @@
#define TARGET_INVALID_NOTHEAD 11
#define TARGET_INVALID_CULTIST 12
#define TARGET_INVALID_CULT_CONVERTABLE 13
#define TARGET_CRYOING 14
//gamemode istype helpers
#define GAMEMODE_IS_CULT (SSticker && istype(SSticker.mode, /datum/game_mode/cult))