Skip to content

Commit

Permalink
Merge pull request #3248 from ARF-SS13/new-poke
Browse files Browse the repository at this point in the history
Arcanine and Dunsparce
  • Loading branch information
Tk420634 authored Oct 2, 2023
2 parents c03fd85 + df4ad28 commit 827ab70
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modular_coyote/code/pmon_mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,15 @@
p_types = list(P_TYPE_ICE, P_TYPE_FLY)
mob_size = MOB_SIZE_LARGE

/mob/living/simple_animal/pokemon/arcanine
name = "Acanine"
icon_state = "arcanine"
icon_living = "arcanine"
icon_dead = "arcanine_d"
p_types = list(P_TYPE_FIRE)



/mob/living/simple_animal/pokemon/blastoise
name = "blastoise"
icon_state = "blastoise"
Expand Down Expand Up @@ -205,6 +214,12 @@
icon_living = "shinydragonair"
icon_dead = "shinydragonair_d"

/mob/living/simple_animal/pokemon/dunsparce
name = "dunsparce"
icon_state = "dunsparce"
icon_living = "dunsparce"
icon_dead = "dunsparce_d"

/mob/living/simple_animal/pokemon/dragonite
name = "dragonite"
desc = "It can circle the globe in just 16 hours. It is a kindhearted Pokemon that leads lost and foundering ships in a storm to the safety of land."
Expand Down
Binary file modified modular_coyote/icons/mob/pokemon64.dmi
Binary file not shown.

0 comments on commit 827ab70

Please sign in to comment.