[MIRROR] Dullataur fix (#11358)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-08-08 05:59:46 -07:00
committed by GitHub
parent ffa379c353
commit 4e67cf00d4
11 changed files with 24 additions and 22 deletions

View File

@@ -340,8 +340,8 @@
has_rest_lights_sprites = TRUE
has_rest_eyes_sprites = TRUE
sprite_decals = list("breastplate")
icon_x = 32
pixel_x = 0
icon_x = 64
pixel_x = -16
/datum/robot_sprite/dogborg/tall/service/dullahanv3
name = "Dullahan v3"

View File

@@ -130,5 +130,5 @@
has_rest_lights_sprites = TRUE
has_rest_eyes_sprites = TRUE
sprite_decals = list("breastplate", "maidoutfit")
icon_x = 32
pixel_x = 0
icon_x = 64
pixel_x = -16

View File

@@ -247,8 +247,8 @@
has_rest_lights_sprites = TRUE
has_rest_eyes_sprites = TRUE
sprite_decals = list("breastplate")
icon_x = 32
pixel_x = 0
icon_x = 64
pixel_x = -16
/datum/robot_sprite/dogborg/tall/engineering/dullataurengitwo
name = "Dullataur v2"
@@ -262,8 +262,8 @@
has_rest_lights_sprites = TRUE
has_rest_eyes_sprites = TRUE
sprite_decals = list("breastplate","loincloth","maidoutfit")
icon_x = 32
pixel_x = 0
icon_x = 64
pixel_x = -16
/datum/robot_sprite/dogborg/tall/engineering/dullahanv3
name = "Dullahan v3"

View File

@@ -232,8 +232,8 @@
has_rest_lights_sprites = TRUE
has_rest_eyes_sprites = TRUE
sprite_decals = list("breastplate")
icon_x = 32
pixel_x = 0
icon_x = 64
pixel_x = -16
/datum/robot_sprite/dogborg/tall/janitor/dullahanv3
name = "Dullahan v3"

View File

@@ -168,8 +168,8 @@
has_rest_lights_sprites = TRUE
has_rest_eyes_sprites = TRUE
sprite_decals = list("breastplate")
icon_x = 32
pixel_x = 0
icon_x = 64
pixel_x = -16
/datum/robot_sprite/dogborg/tall/medical/dullahanmedv3
name = "Dullahan medical v3"

View File

@@ -242,8 +242,8 @@
has_rest_lights_sprites = TRUE
has_rest_eyes_sprites = TRUE
sprite_decals = list("breastplate")
icon_x = 32
pixel_x = 0
icon_x = 64
pixel_x = -16
/datum/robot_sprite/dogborg/tall/mining/dullataurmining
name = "Dullataur mining"
@@ -257,8 +257,8 @@
has_rest_lights_sprites = TRUE
has_rest_eyes_sprites = TRUE
sprite_decals = list("breastplate")
icon_x = 32
pixel_x = 0
icon_x = 64
pixel_x = -16
/datum/robot_sprite/dogborg/mining/cat
name = "Cat - Mining"

View File

@@ -240,8 +240,8 @@
has_rest_lights_sprites = TRUE
has_rest_eyes_sprites = TRUE
sprite_decals = list("breastplate")
icon_x = 32
pixel_x = 0
icon_x = 64
pixel_x = -16
/datum/robot_sprite/dogborg/tall/science/dullahanv3
name = "Dullahan v3"

View File

@@ -245,8 +245,8 @@
has_rest_lights_sprites = TRUE
has_rest_eyes_sprites = TRUE
sprite_decals = list("breastplate")
icon_x = 32
pixel_x = 0
icon_x = 64
pixel_x = -16
/datum/robot_sprite/dogborg/tall/security/dullahanv3
name = "Dullahan security v3"

View File

@@ -158,8 +158,8 @@
has_rest_lights_sprites = TRUE
has_rest_eyes_sprites = TRUE
sprite_decals = list("breastplate")
icon_x = 32
pixel_x = 0
icon_x = 64
pixel_x = -16
/datum/robot_sprite/dogborg/tall/standard/dullahanv3/standarddully
name = "Dullahan standard v3"

View File

@@ -325,3 +325,5 @@
has_rest_eyes_sprites = TRUE
sprite_decals = list("breastplate", "breastplatehalo","swordhalo","tophalo")
rest_sprite_options = list("Default")
icon_x = 64
pixel_x = -16

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 78 KiB