Skip to content

Commit

Permalink
two new pokes
Browse files Browse the repository at this point in the history
  • Loading branch information
thingpony committed Sep 30, 2023
1 parent 4475905 commit 66e430c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions modular_coyote/code/pmon_mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@
p_types = list(P_TYPE_ICE, P_TYPE_FLY)
mob_size = MOB_SIZE_LARGE

/mob/living/simple_animal/pokemon/blastoise
name = "blastoise"
icon_state = "blastoise"
icon_living = "blastoise"
icon_dead = "blastoise_d"
p_types = list(P_TYPE_WATER)

/mob/living/simple_animal/pokemon/braixen
name = "braixen"
icon_state = "braixen"
Expand All @@ -161,6 +168,15 @@
mob_size = MOB_SIZE_SMALL
p_traits = list(P_TRAIT_RIDEABLE)

/mob/living/simple_animal/pokemon/charizard
name = "charizard"
icon_state = "charizard"
icon_living = "charizard"
icon_dead = "charizard_d"
p_types = list(P_TYPE_FIRE)
mob_size = MOB_SIZE_SMALL
p_traits = list(P_TRAIT_RIDEABLE)

/mob/living/simple_animal/pokemon/ditto
name = "ditto"
icon_state = "ditto"
Expand Down
Binary file modified modular_coyote/icons/mob/pokemon64.dmi
Binary file not shown.

0 comments on commit 66e430c

Please sign in to comment.