mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 23:23:55 +01:00
Merge pull request #2576 from Verkister/freakyinvisiblemobs
More voremob override fixes.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user