mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Changes to use spawner grenade
This commit is contained in:
@@ -133,8 +133,3 @@
|
||||
starts_with = list(pick(/mob/living/simple_animal/fennec,
|
||||
/mob/living/simple_animal/retaliate/fennix;0.5))
|
||||
return ..()
|
||||
|
||||
/obj/structure/largecrate/animal/tabiranth
|
||||
name = "Spirit's Cat Carrier"
|
||||
desc = "Contains kitten."
|
||||
starts_with = list(/mob/living/simple_animal/cat/fluff/tabiranth)
|
||||
|
||||
@@ -226,6 +226,12 @@
|
||||
/obj/item/clothing/accessory/medal/bronze_heart,
|
||||
/obj/item/clothing/gloves/ring/seal/signet/fluff/vietsi)
|
||||
|
||||
// Tabiranth: Ascian
|
||||
/obj/item/weapon/grenade/spawnergrenade/spirit
|
||||
name = "spirit's pet carrier"
|
||||
desc = "Contains kitten."
|
||||
spawner_type = /mob/living/simple_animal/cat/fluff/tabiranth
|
||||
deliveryamt = 1
|
||||
/*
|
||||
Swimsuits, for general use, to avoid arriving to work with your swimsuit.
|
||||
*/
|
||||
|
||||
@@ -828,7 +828,7 @@ item_path: /obj/item/clothing/head/fluff/runac
|
||||
{
|
||||
ckey: tabiranth
|
||||
character_name: Ascian
|
||||
item_path: /obj/structure/largecrate/animal/tabiranth
|
||||
item_path: /obj/item/weapon/grenade/spawnergrenade/spirit
|
||||
}
|
||||
|
||||
# ######## U CKEYS
|
||||
|
||||
Reference in New Issue
Block a user