mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
changes eggtypes to not mess with mob eggtypes.
This commit is contained in:
@@ -94,7 +94,7 @@ var/global/list/struggle_sounds = list(
|
||||
"Squish4" = 'sound/vore/squish4.ogg')
|
||||
|
||||
|
||||
var/global/list/global_egg_types = list(
|
||||
var/global/list/global_vore_egg_types = list(
|
||||
"Unathi" = UNATHI_EGG,
|
||||
"Tajaran" = TAJARAN_EGG,
|
||||
"Akula" = AKULA_EGG,
|
||||
@@ -107,7 +107,7 @@ var/global/list/global_egg_types = list(
|
||||
"Xenochimera" = XENOCHIMERA_EGG,
|
||||
"Xenomorph" = XENOMORPH_EGG)
|
||||
|
||||
var/global/list/tf_egg_types = list(
|
||||
var/global/list/tf_vore_egg_types = list(
|
||||
"Unathi" = /obj/structure/closet/secure_closet/egg/unathi,
|
||||
"Tajara" = /obj/structure/closet/secure_closet/egg/tajaran,
|
||||
"Akula" = /obj/structure/closet/secure_closet/egg/shark,
|
||||
|
||||
Reference in New Issue
Block a user