mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Return of Var on Cyberiad (#22674)
* Update cat.dm * forsaken cat change * Update code/modules/mob/living/simple_animal/friendly/cat.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * Update feral_cat.dm --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -74470,7 +74470,7 @@
|
||||
/turf/simulated/floor/plating,
|
||||
/area/station/science/xenobiology)
|
||||
"mSV" = (
|
||||
/mob/living/simple_animal/hostile/feral_cat/forsaken,
|
||||
/mob/living/simple_animal/pet/cat/Var,
|
||||
/turf/simulated/floor/wood,
|
||||
/area/station/maintenance/apmaint)
|
||||
"mTj" = (
|
||||
|
||||
@@ -176,6 +176,11 @@
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
unique_pet = TRUE
|
||||
|
||||
/mob/living/simple_animal/pet/cat/Var
|
||||
name = "Var"
|
||||
desc = "Maintenance Cat!"
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
|
||||
/mob/living/simple_animal/pet/cat/kitten
|
||||
name = "kitten"
|
||||
desc = "D'aaawwww"
|
||||
|
||||
@@ -27,13 +27,3 @@
|
||||
atmos_requirements = list("min_oxy" = 5, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 1, "min_co2" = 0, "max_co2" = 5, "min_n2" = 0, "max_n2" = 0)
|
||||
unsuitable_atmos_damage = 5
|
||||
pass_flags = PASSTABLE
|
||||
|
||||
/mob/living/simple_animal/hostile/feral_cat/forsaken
|
||||
name = "forsaken cat"
|
||||
desc = "This cat is waiting for its owner, it hisses at you..."
|
||||
speak = list("Meow!", "Esp!", "HSSSSS")
|
||||
maxHealth = 30
|
||||
health = 25
|
||||
melee_damage_lower = 15
|
||||
melee_damage_upper = 10
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
|
||||
Reference in New Issue
Block a user