mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #4875 from Sebbe9123/Mobspeedtweak
Tweaks pet and passive mob movement speed.
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
retaliate = FALSE
|
retaliate = FALSE
|
||||||
can_flee = TRUE
|
can_flee = TRUE
|
||||||
violent_breakthrough = FALSE
|
violent_breakthrough = FALSE
|
||||||
|
base_wander_delay = 8 //vorestation edit, to make pets slow.
|
||||||
|
|
||||||
// Won't wander away as quickly, ideal for event-spawned mobs like carp or drones.
|
// Won't wander away as quickly, ideal for event-spawned mobs like carp or drones.
|
||||||
/datum/ai_holder/simple_mob/event
|
/datum/ai_holder/simple_mob/event
|
||||||
|
|||||||
@@ -98,6 +98,7 @@
|
|||||||
icon_living = "cat"
|
icon_living = "cat"
|
||||||
icon_dead = "cat_dead"
|
icon_dead = "cat_dead"
|
||||||
icon_rest = "cat_rest"
|
icon_rest = "cat_rest"
|
||||||
|
makes_dirt = FALSE //VOREStation edit: no more dirt
|
||||||
|
|
||||||
/mob/living/simple_mob/animal/passive/cat/kitten
|
/mob/living/simple_mob/animal/passive/cat/kitten
|
||||||
name = "kitten"
|
name = "kitten"
|
||||||
|
|||||||
@@ -115,6 +115,7 @@
|
|||||||
desc = "It's a corgi."
|
desc = "It's a corgi."
|
||||||
var/turns_since_scan = 0
|
var/turns_since_scan = 0
|
||||||
var/obj/movement_target
|
var/obj/movement_target
|
||||||
|
makes_dirt = FALSE //VOREStation edit: no more dirt
|
||||||
|
|
||||||
/mob/living/simple_mob/animal/passive/dog/corgi/Ian/Life()
|
/mob/living/simple_mob/animal/passive/dog/corgi/Ian/Life()
|
||||||
..()
|
..()
|
||||||
|
|||||||
@@ -196,6 +196,7 @@
|
|||||||
|
|
||||||
var/mob/living/friend = null // Our best pal, who we'll follow. awoo.
|
var/mob/living/friend = null // Our best pal, who we'll follow. awoo.
|
||||||
ai_holder_type = /datum/ai_holder/simple_mob/passive
|
ai_holder_type = /datum/ai_holder/simple_mob/passive
|
||||||
|
makes_dirt = FALSE // No more dirt
|
||||||
|
|
||||||
/mob/living/simple_mob/animal/fox_vr/Renault/init_vore()
|
/mob/living/simple_mob/animal/fox_vr/Renault/init_vore()
|
||||||
..()
|
..()
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
see_in_dark = 5
|
see_in_dark = 5
|
||||||
mob_size = MOB_TINY
|
mob_size = MOB_TINY
|
||||||
|
makes_dirt = FALSE // No more dirt
|
||||||
|
|
||||||
response_help = "scritches"
|
response_help = "scritches"
|
||||||
response_disarm = "bops"
|
response_disarm = "bops"
|
||||||
@@ -29,6 +30,7 @@
|
|||||||
meat_type = /obj/item/weapon/reagent_containers/food/snacks/meat
|
meat_type = /obj/item/weapon/reagent_containers/food/snacks/meat
|
||||||
|
|
||||||
say_list_type = /datum/say_list/fluffy_vr
|
say_list_type = /datum/say_list/fluffy_vr
|
||||||
|
ai_holder_type = /datum/ai_holder/simple_mob/passive
|
||||||
|
|
||||||
/datum/say_list/fluffy_vr
|
/datum/say_list/fluffy_vr
|
||||||
speak = list("Squee","Arf arf","Awoo","Squeak")
|
speak = list("Squee","Arf arf","Awoo","Squeak")
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
desc = "This snake is particularly chubby and demands nothing but the finest of treats."
|
desc = "This snake is particularly chubby and demands nothing but the finest of treats."
|
||||||
|
|
||||||
ai_holder_type = /datum/ai_holder/simple_mob/passive
|
ai_holder_type = /datum/ai_holder/simple_mob/passive
|
||||||
|
makes_dirt = FALSE
|
||||||
|
|
||||||
var/turns_since_scan = 0
|
var/turns_since_scan = 0
|
||||||
var/obj/movement_target
|
var/obj/movement_target
|
||||||
|
|||||||
Reference in New Issue
Block a user