mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-28 15:49:02 +01:00
added fennec foxes
purchasable via cargo
This commit is contained in:
@@ -29,4 +29,11 @@
|
||||
/obj/item/seeds/random,
|
||||
/obj/item/seeds/random)
|
||||
crate_name = "strange seeds crate"
|
||||
crate_type = /obj/structure/closet/crate/hydroponics
|
||||
crate_type = /obj/structure/closet/crate/hydroponics
|
||||
|
||||
/datum/supply_pack/critter/fennec //ported from CHOMPstation2
|
||||
name = "Fennec Crate"
|
||||
desc = "Why so ears?"
|
||||
cost = 5000
|
||||
contains = list(/mob/living/simple_animal/pet/fox/fennec)
|
||||
crate_name = "fennec crate"
|
||||
|
||||
@@ -39,3 +39,11 @@
|
||||
gender = FEMALE
|
||||
gold_core_spawnable = NO_SPAWN
|
||||
unique_pet = TRUE
|
||||
|
||||
/mob/living/simple_animal/pet/fox/fennec //ported from CHOMPstation2
|
||||
name = "fennec"
|
||||
desc = "It's an earsy fennec fox."
|
||||
icon = 'v_CHOMPstation2/icons/mob/fennec.dmi'
|
||||
icon_state = "fennec"
|
||||
icon_living = "fennec"
|
||||
icon_dead = "fennec_dead"
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user