mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 03:26:21 +01:00
adds panda ears and eye markings to character customization
This commit is contained in:
@@ -1208,6 +1208,12 @@
|
||||
icon_state = "bellyhandsfeet_female"
|
||||
body_parts = list(BP_L_FOOT,BP_R_FOOT,BP_L_LEG,BP_R_LEG,BP_L_ARM,BP_R_ARM,BP_L_HAND,BP_R_HAND,BP_GROIN,BP_TORSO)
|
||||
species_allowed = list("Tajara")
|
||||
|
||||
panda_eye_marks
|
||||
name = "Panda Eye Markings"
|
||||
icon_state = "eyes-panda"
|
||||
body_parts = list(BP_HEAD)
|
||||
species_allowed = list("Human")
|
||||
|
||||
patches
|
||||
name = "Color Patches"
|
||||
|
||||
@@ -53,6 +53,11 @@
|
||||
desc = ""
|
||||
icon_state = "bear-brown"
|
||||
|
||||
/datum/sprite_accessory/ears/bear_panda
|
||||
name = "bear, panda"
|
||||
desc = ""
|
||||
icon_state = "panda"
|
||||
|
||||
/datum/sprite_accessory/ears/wolf_grey
|
||||
name = "wolf, grey"
|
||||
desc = ""
|
||||
|
||||
Reference in New Issue
Block a user