Merge pull request #2576 from Verkister/freakyinvisiblemobs

More voremob override fixes.
This commit is contained in:
Spades
2017-12-16 08:30:59 -05:00
committed by GitHub
3 changed files with 11 additions and 6 deletions
@@ -1,11 +1,11 @@
/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'
icon_dead = "megacarp-dead"
icon_living = "megacarp"
icon_state = "megacarp"
maxHealth = 600 // Boss
health = 600
speed = 3
@@ -18,14 +18,13 @@
old_y = -16
pixel_x = -16
pixel_y = -16
/mob/living/simple_animal/hostile/carp/large/huge
icon = 'icons/mob/vore64x64.dmi'
vore_capacity = 2
// Activate Noms!
/mob/living/simple_animal/hostile/carp/large
icon = 'icons/mob/vore64x64.dmi'
vore_active = 1
vore_pounce_chance = 50
vore_capacity = 2
vore_capacity = 1
vore_max_size = RESIZE_HUGE
vore_icons = SA_ICON_LIVING
@@ -74,6 +74,12 @@
vore_capacity = 3
vore_pounce_chance = 75
/mob/living/simple_animal/hostile/alien/sentinel/praetorian
icon = 'icons/mob/vore64x64.dmi'
/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'