mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Vore fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user