Skip to content

Commit

Permalink
Merge pull request #5292 from Colfer1/master
Browse files Browse the repository at this point in the history
Adds venus human traps
  • Loading branch information
Tk420634 authored Jun 28, 2024
2 parents 78794e2 + e2c775d commit b05eaf5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Binary file modified icons/effects/spacevines.dmi
Binary file not shown.
12 changes: 12 additions & 0 deletions modular_coyote/code/creature_species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,18 @@
/mob/living/carbon/human/species/featherraptor
race = /datum/species/feral/featherraptor

/datum/species/feral/plantmouth
name = "Venus Human Trap"
id = "venus_human_trap"
simple_icon = 'icons/effects/spacevines.dmi'
icon_width = 32
icon_dead_suffix = "_rest"
icon_rest_suffix = "_rest"
roundstart = TRUE
liked_food = MEAT
/mob/living/carbon/human/species/plantmouth
race = /datum/species/feral/plantmouth

/datum/species/feral/gecko
name = "Feral Gecko"
id = "gekko"
Expand Down
8 changes: 8 additions & 0 deletions modular_coyote/code/mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1456,6 +1456,14 @@
icon_living = "purple_kirin"
icon_dead = "purple_kirin_dead"

/mob/living/simple_animal/advanced/plantmouth
name = "Venus Human Trap"
desc = "A planty monster with a smile the size of your head"
icon = 'icons/effects/spacevines.dmi'
icon_state = "venus_human_trap"
icon_living = "venus_human_trap"
icon_dead = "venus_human_trap_rest"

/mob/living/simple_animal/advanced/greycat
name = "fluffy cat"
desc = "a fluffy grey and white cat."
Expand Down

0 comments on commit b05eaf5

Please sign in to comment.