fix missing explo tall parent path (#19310)

* fix missing explo tall parent path

* Add icon_x and pixel_x properties to exploration sprites
This commit is contained in:
Kashargul
2026-03-18 19:43:30 +01:00
committed by GitHub
parent 57b418d6ce
commit cc2b0c253d
@@ -13,9 +13,13 @@
sprite_icon_state = "exploration"
has_eye_light_sprites = TRUE
/datum/robot_sprite/dogborg/tall/explorer/dullahan
/datum/robot_sprite/dogborg/tall/explorer
module_type = "Exploration"
/datum/robot_sprite/dogborg/tall/explorer/dullahan
sprite_icon = 'icons/mob/robot/dullahan/v1/dullahan_explorer.dmi'
icon_x = 32
pixel_x = 0
/datum/robot_sprite/dogborg/tall/explorer/dullahan/explorer
name = "Dullahan"
@@ -24,8 +28,6 @@
has_vore_belly_sprites = TRUE
rest_sprite_options = list("Default", "Sit")
sprite_decals = list("breastplate","loincloth","eyecover")
icon_x = 32
pixel_x = 0
/datum/robot_sprite/dogborg/tall/explorer/bulwark
name = "Bulwark"