Skip to content

Commit

Permalink
Merge pull request #5530 from Colfer1/master
Browse files Browse the repository at this point in the history
Adds a playable slug
  • Loading branch information
Tk420634 authored Oct 24, 2024
2 parents adf9178 + dd1ee3f commit 0040cfc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file modified icons/mob/slimes.dmi
Binary file not shown.
11 changes: 11 additions & 0 deletions modular_coyote/code/creature_species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,17 @@
/mob/living/carbon/human/species/slime
race = /datum/species/feral/slime

/datum/species/feral/slug
name = "Feral Slug"
id = "slug"
simple_icon = 'icons/mob/slimes.dmi'
icon_width = 32
icon_dead_suffix = "-dead"
icon_rest_suffix = "-rest"
roundstart = TRUE
/mob/living/carbon/human/species/slug
race = /datum/species/feral/slug

/datum/species/feral/bat
name = "Feral Bat"
id = "bat"
Expand Down

0 comments on commit 0040cfc

Please sign in to comment.