More voremob override fixes.

-Disables vore icon overriding from xeno praetorian and mother. (no full icons yet)
-Fixes some type shenanigans in carp overrides.
-Great white overrides moved to the right type. (large/huge)
-Fixed icon naming for the regular big carp. (non-huge /large type on base code)
This commit is contained in:
Verkister
2017-12-15 09:15:41 +02:00
parent bb67de3e14
commit ad492e3dfd
3 changed files with 9 additions and 2 deletions
@@ -1,4 +1,4 @@
/mob/living/simple_animal/hostile/carp/large
/mob/living/simple_animal/hostile/carp/large/huge
name = "great white carp"
desc = "You're going to need a bigger ship."
icon = 'icons/mob/vore64x64.dmi'
@@ -19,8 +19,9 @@
pixel_x = -16
pixel_y = -16
/mob/living/simple_animal/hostile/carp/large/huge
/mob/living/simple_animal/hostile/carp/large
icon = 'icons/mob/vore64x64.dmi'
vore_icons = 0 // NO VORE SPRITES
// Activate Noms!
/mob/living/simple_animal/hostile/carp/large
@@ -74,6 +74,12 @@
vore_capacity = 3
vore_pounce_chance = 75
/mob/living/simple_animal/hostile/alien/sentinel/praetorian
vore_icons = 0 // NO VORE SPRITES
/mob/living/simple_animal/hostile/alien/queen/empress/mother
vore_icons = 0 // NO VORE SPRITES
/mob/living/simple_animal/hostile/bear
vore_active = 1
icon = 'icons/mob/vore.dmi'