Merge pull request #889 from Chemlight/Dumb-doged-sprites

Doged
This commit is contained in:
QuoteFox
2021-01-16 20:38:45 +00:00
committed by GitHub
6 changed files with 42 additions and 0 deletions
@@ -2196,6 +2196,48 @@ datum/sprite_accessory/mam_tails/insect
icon_state = "sabresune"
ckeys_allowed = list("poojawa")
//doged was here
/datum/sprite_accessory/mam_body_markings/chemlight
name = "chemlight"
icon_state = "chemlight"
ckeys_allowed = list("chemlight")
/datum/sprite_accessory/mam_tails/chemlight
name = "chemlight"
icon_state = "chemlight"
ckeys_allowed = list("chemlight")
/datum/sprite_accessory/mam_tails_animated/chemlight
name = "chemlight"
icon_state = "chemlight"
/datum/sprite_accessory/mam_ears/chemlight
name = "chemlight"
icon_state = "chemlight"
ckeys_allowed = list("chemlight")
/datum/sprite_accessory/mam_snouts/fchemlight
name = "chemlight (Top)"
icon_state = "fchemlight"
ckeys_allowed = list("chemlight")
/datum/sprite_accessory/mam_snouts/chemlight
name = "chemlight"
icon_state = "chemlight"
ckeys_allowed = list("chemlight")
/datum/sprite_accessory/taur/chemnaga
name = "Naga Chemlight"
icon_state = "chemnaga"
taur_mode = SNEK_TAURIC
ckeys_allowed = list("chemlight")
/datum/sprite_accessory/taur/chemlight
name = "Chem taur"
icon_state = "chemlight"
taur_mode = PAW_TAURIC
ckeys_allowed = list("chemlight")
//Lunasune
/datum/sprite_accessory/mam_ears/lunasune
Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 55 KiB