mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Replaces Mice w/ Rats (#6625)
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
var/uses = 1
|
||||
var/temp = null
|
||||
var/list/monster = list(/mob/living/simple_animal/familiar/pet/cat,
|
||||
/mob/living/simple_animal/mouse/familiar,
|
||||
/mob/living/simple_animal/rat/familiar,
|
||||
/mob/living/simple_animal/familiar/carcinus,
|
||||
/mob/living/simple_animal/familiar/horror,
|
||||
/mob/living/simple_animal/familiar/goat,
|
||||
/mob/living/simple_animal/familiar/pike
|
||||
)
|
||||
var/list/monster_info = list( "It is well known that the blackest of cats make good familiars.",
|
||||
"Mice are small but fragile creatures. This one is gifted with unending life, and the ability to renew others.",
|
||||
"Rats are small but fragile creatures. This one is gifted with unending life, and the ability to renew others.",
|
||||
"A mortal decendant of the original Carcinus, it is said their shells are near impenetrable and their claws as sharp as knives.",
|
||||
"A creature from other plane, its very own presence is enough to shatter the sanity of men.",
|
||||
"A stubborn and mischievous creature, this goat delights in stirring trouble.",
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
name = "Baleful Polymorth"
|
||||
desc = "This spell transforms its target into a small, furry animal. Those practiced in the high arcane arts can block this spell with ease, however."
|
||||
feedback = "BP"
|
||||
possible_transformations = list(/mob/living/simple_animal/lizard,/mob/living/simple_animal/mouse,/mob/living/simple_animal/corgi, /mob/living/simple_animal/cat)
|
||||
possible_transformations = list(/mob/living/simple_animal/lizard,/mob/living/simple_animal/rat,/mob/living/simple_animal/corgi, /mob/living/simple_animal/cat)
|
||||
|
||||
share_damage = 0
|
||||
invocation = "Yo'balada!"
|
||||
|
||||
Reference in New Issue
Block a user