mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
unique_pet eliminated (#32206)
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
icon_resting = "cat_rest"
|
||||
gender = FEMALE
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
unique_pet = TRUE
|
||||
var/list/family = list()
|
||||
var/list/children = list() //Actual mob instances of children
|
||||
|
||||
@@ -189,7 +188,6 @@
|
||||
/mob/living/simple_animal/pet/cat/proc_cat
|
||||
name = "Proc"
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
unique_pet = TRUE
|
||||
|
||||
/mob/living/simple_animal/pet/cat/var_cat
|
||||
name = "Var"
|
||||
|
||||
@@ -327,7 +327,6 @@
|
||||
var/turns_since_scan = 0
|
||||
var/obj/movement_target
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
unique_pet = TRUE
|
||||
var/age = 0
|
||||
var/record_age = 1
|
||||
var/saved_head //path
|
||||
@@ -486,7 +485,6 @@
|
||||
faction = list("neutral", "cult")
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
nofur = TRUE
|
||||
unique_pet = TRUE
|
||||
|
||||
/mob/living/simple_animal/pet/dog/corgi/narsie/Life()
|
||||
..()
|
||||
@@ -544,7 +542,6 @@
|
||||
gender = FEMALE
|
||||
desc = "It's a corgi with a cute pink bow."
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
unique_pet = TRUE
|
||||
icon_state = "lisa"
|
||||
icon_living = "lisa"
|
||||
icon_dead = "lisa_dead"
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
/mob/living/simple_animal/pet/dog/fox/renault
|
||||
name = "Renault"
|
||||
desc = "Renault, the Captain's trustworthy fox. I wonder what it says?"
|
||||
unique_pet = TRUE
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
|
||||
/mob/living/simple_animal/pet/dog/fox/renault/Initialize(mapload)
|
||||
@@ -41,7 +40,6 @@
|
||||
icon_dead = "Syndifox_dead"
|
||||
icon_resting = "Syndifox_rest"
|
||||
faction = list("syndicate")
|
||||
unique_pet = TRUE
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
|
||||
minbodytemp = 0
|
||||
|
||||
@@ -759,7 +759,6 @@
|
||||
"The reactor is going supercritical!",
|
||||
"Danger! Reactor core chamber meltdown in progress! Integrity: 79.47%"
|
||||
)
|
||||
unique_pet = TRUE
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
available_channels = list(":e")
|
||||
|
||||
|
||||
@@ -83,9 +83,6 @@
|
||||
/// Higher speed is slower, negative speed is faster
|
||||
var/speed = 1
|
||||
|
||||
/// If the mob can be renamed
|
||||
var/unique_pet = FALSE
|
||||
|
||||
/// Hot simple_animal baby making vars
|
||||
var/list/childtype = null
|
||||
var/next_scan_time = 0
|
||||
|
||||
Reference in New Issue
Block a user