mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-10 22:55:22 +01:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user