Vore fixes

This commit is contained in:
Chompstation Bot
2021-07-07 15:50:29 +00:00
parent 7e10238662
commit 6c3930fa81
5 changed files with 48 additions and 21 deletions

View File

@@ -244,7 +244,7 @@ GLOBAL_LIST_EMPTY(mannequins)
wing_styles_list[path] = instance
// VOREStation Add - Vore Modes!
paths = subtypesof(/datum/digest_mode)
paths = typesof(/datum/digest_mode)
for(var/T in paths)
var/datum/digest_mode/DM = new T
GLOB.digest_modes[DM.id] = DM