From 6e3a4c590dc9b66756c5c543f7b140c744bb87f5 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 4 Nov 2020 01:29:40 -0500 Subject: [PATCH] - fix missing SKILLP property in zscript code --- wadsrc/static/zscript/constants.zs | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc/static/zscript/constants.zs b/wadsrc/static/zscript/constants.zs index 6e9349f36..4cfff28a9 100644 --- a/wadsrc/static/zscript/constants.zs +++ b/wadsrc/static/zscript/constants.zs @@ -962,6 +962,7 @@ enum ESkillProperty SKILLP_SlowMonsters, SKILLP_Infight, SKILLP_PlayerRespawn, + SKILLP_SpawnMulti, }; enum EFSkillProperty // floating point properties {