mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #5630 from BlackMajor/leppy
Quick Leopardmander Tweaks
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
icon_dead = "leopardmander-dead"
|
||||
icon_living = "leopardmander"
|
||||
icon_state = "leopardmander"
|
||||
icon_rest = "leopardmander-rest"
|
||||
faction = "neutral"
|
||||
meat_amount = 40 //I mean...
|
||||
meat_type = /obj/item/weapon/reagent_containers/food/snacks/meat
|
||||
@@ -40,13 +41,13 @@
|
||||
vore_escape_chance = 50
|
||||
vore_pounce_chance = 100
|
||||
vore_active = 1
|
||||
vore_icons = 4
|
||||
vore_icons = 5
|
||||
vore_capacity = 4
|
||||
swallowTime = 100
|
||||
vore_default_mode = DM_HEAL
|
||||
vore_pounce_maxhealth = 125
|
||||
vore_bump_emote = "tries to snap up"
|
||||
|
||||
|
||||
can_be_drop_prey = FALSE //CHOMP Add
|
||||
|
||||
/datum/category_item/catalogue/fauna/leopardmander
|
||||
@@ -68,6 +69,10 @@
|
||||
verbs |= /mob/living/simple_mob/proc/animal_mount
|
||||
verbs |= /mob/living/proc/toggle_rider_reins
|
||||
movement_cooldown = 2
|
||||
plane_holder.set_vis(VIS_CH_HEALTH_VR, 1)
|
||||
plane_holder.set_vis(VIS_CH_ID, 1)
|
||||
plane_holder.set_vis(VIS_CH_STATUS_R, 1)
|
||||
plane_holder.set_vis(VIS_CH_BACKUP, 1) //Makes sense for player Leppy's to be able to see health.
|
||||
|
||||
/mob/living/simple_mob/vore/leopardmander/Initialize()
|
||||
..()
|
||||
@@ -119,6 +124,7 @@
|
||||
icon_dead = "leopardmander_blue-dead"
|
||||
icon_living = "leopardmander_blue"
|
||||
icon_state = "leopardmander_blue"
|
||||
icon_rest = "leopardmander_blue-rest"
|
||||
|
||||
/mob/living/simple_mob/vore/leopardmander/exotic
|
||||
name = "glass-belly leopardmander"
|
||||
@@ -127,6 +133,7 @@
|
||||
icon_dead = "leopardmander_exotic-dead"
|
||||
icon_living = "leopardmander_exotic"
|
||||
icon_state = "leopardmander_exotic"
|
||||
icon_rest = "leopardmander_exotic-rest"
|
||||
|
||||
glow_toggle = TRUE //Glow!
|
||||
glow_range = 2
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 665 KiB After Width: | Height: | Size: 724 KiB |
Reference in New Issue
Block a user