Merge pull request #4875 from Sebbe9123/Mobspeedtweak

Tweaks pet and passive mob movement speed.
This commit is contained in:
Novacat
2019-03-29 09:36:04 -04:00
committed by GitHub
6 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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()
..() ..()

View File

@@ -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()
..() ..()

View File

@@ -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")

View File

@@ -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