mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user