Merge pull request #1597 from Citadel-Station-13/GulimonsRus
Adds guilmon as a race (via Muffin)
This commit is contained in:
@@ -414,6 +414,21 @@
|
|||||||
name = "Wolf"
|
name = "Wolf"
|
||||||
icon_state = "wolf"
|
icon_state = "wolf"
|
||||||
|
|
||||||
|
/datum/sprite_accessory/mam_tails/guilmon
|
||||||
|
name = "Guilmon"
|
||||||
|
icon_state = "guilmon"
|
||||||
|
extra = 1
|
||||||
|
|
||||||
|
/datum/sprite_accessory/mam_tails_animated/guilmon
|
||||||
|
name = "Guilmon"
|
||||||
|
icon_state = "guilmon"
|
||||||
|
extra = 1
|
||||||
|
|
||||||
|
/datum/sprite_accessory/mam_ears/guilmon
|
||||||
|
name = "Guilmon"
|
||||||
|
icon_state = "guilmon"
|
||||||
|
icon = 'icons/mob/mam_bodyparts.dmi'
|
||||||
|
|
||||||
/******************************************
|
/******************************************
|
||||||
************ Body Markings ****************
|
************ Body Markings ****************
|
||||||
*******************************************/
|
*******************************************/
|
||||||
@@ -529,6 +544,13 @@
|
|||||||
color_src = MUTCOLORS2
|
color_src = MUTCOLORS2
|
||||||
gender_specific = 1
|
gender_specific = 1
|
||||||
|
|
||||||
|
/datum/sprite_accessory/mam_body_markings/guilmon
|
||||||
|
name = "Guilmon"
|
||||||
|
icon_state = "guilmon"
|
||||||
|
extra = 1
|
||||||
|
extra2 = 1
|
||||||
|
icon = 'icons/mob/mam_body_markings.dmi'
|
||||||
|
|
||||||
/******************************************
|
/******************************************
|
||||||
************ Taur Bodies ******************
|
************ Taur Bodies ******************
|
||||||
*******************************************/
|
*******************************************/
|
||||||
|
|||||||
@@ -205,3 +205,15 @@ datum/species/mammal
|
|||||||
whitelisted = 1
|
whitelisted = 1
|
||||||
whitelist = list("rubyflamewing")
|
whitelist = list("rubyflamewing")
|
||||||
blacklisted = 0
|
blacklisted = 0
|
||||||
|
|
||||||
|
datum/species/guilmon
|
||||||
|
name = "Guilmon"
|
||||||
|
id = "guilmon"
|
||||||
|
default_color = "4B4B4B"
|
||||||
|
species_traits = list(MUTCOLORS,EYECOLOR,LIPS,HAIR)
|
||||||
|
mutant_bodyparts = list("mam_tail", "mam_ears", "mam_body_markings")
|
||||||
|
default_features = list("mcolor" = "FFF", "mcolor2" = "FFF", "mcolor3" = "FFF", "mam_tail" = "guilmon", "mam_ears" = "guilmon", "mam_body_markings" = "guilmon")
|
||||||
|
attack_verb = "claw"
|
||||||
|
attack_sound = 'sound/weapons/slash.ogg'
|
||||||
|
miss_sound = 'sound/weapons/slashmiss.ogg'
|
||||||
|
roundstart = 1
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 38 KiB |
Reference in New Issue
Block a user