Fucking sprites. Fuuuuuckin sprites. Fuuuuuck.
This commit is contained in:
JaySparrow
2020-07-12 18:53:26 -05:00
parent d22532585d
commit ff689c1b12
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -494,7 +494,7 @@
else
marking = image(body_markings_icon, "[body_markings]_[body_zone]", -MARKING_LAYER, image_dir)
else
marking = image(body_markings_icon, "[body_markings]_digitigrade_1_[use_digitigrade]_[body_zone]", -MARKING_LAYER, image_dir)
marking = image(body_markings_icon, "[body_markings]_digitigrade_[use_digitigrade]_[body_zone]", -MARKING_LAYER, image_dir)
. += marking
// Citadel End
@@ -1587,10 +1587,18 @@ datum/sprite_accessory/mam_tails/insect
name = "Synthetic Lizard - Plates"
icon_state = "synthlizscutes"
/datum/sprite_accessory/mam_body_markings/synthliz/synthliz_noplates
name = "Synthetic Lizard - No plates"
icon_state = "synthliznoplates"
/datum/sprite_accessory/mam_body_markings/synthliz/synthliz_pecs
name = "Synthetic Lizard - Pecs"
icon_state = "synthlizpecs"
/datum/sprite_accessory/mam_body_markings/synthliz/synthliz_lights
name = "Synthetic Lizard - Lights"
icon_state = "synthlizlights"
/datum/sprite_accessory/mam_body_markings/synthliz/synthliz_pecslight
name = "Synthetic Lizard - Pecs Light"
icon_state = "synthlizpecslight"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 100 KiB