Merge pull request #12129 from Ghommie/Ghommie-cit726

Fixing some sprite issues and nit-picks.
This commit is contained in:
Lin
2020-05-08 03:00:20 +00:00
committed by GitHub
5 changed files with 1 additions and 1 deletions
@@ -87,7 +87,6 @@
pass_flags = PASSMOB
mob_size = MOB_SIZE_SMALL
collar_type = "kitten"
held_icon = "cat"
//RUNTIME IS ALIVE! SQUEEEEEEEE~
/mob/living/simple_animal/pet/cat/Runtime
@@ -99,6 +98,7 @@
gender = FEMALE
gold_core_spawnable = NO_SPAWN
unique_pet = TRUE
held_icon = "cat"
var/list/family = list()//var restored from savefile, has count of each child type
var/list/children = list()//Actual mob instances of children
var/cats_deployed = 0