mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] bug fixes for dullahans.. got rid of has_custom open/eyelight to hopefully fix it. (#9735)
Co-authored-by: Asher-42 <asherdehanna@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ed6028931f
commit
86acad39cb
@@ -311,15 +311,13 @@
|
||||
has_vore_belly_sprites = FALSE
|
||||
rest_sprite_options = list("Default", "Bellyup")
|
||||
|
||||
/datum/robot_sprite/dogborg/tall/service/dullahan
|
||||
/datum/robot_sprite/dogborg/tall/service/dullahanv3
|
||||
sprite_icon = 'icons/mob/tallborg/dullahans64x64.dmi'
|
||||
//named v3 to avoid conflicts with downstream
|
||||
|
||||
/datum/robot_sprite/dogborg/tall/service/dullahan/basic
|
||||
/datum/robot_sprite/dogborg/tall/service/dullahanv3/basic
|
||||
name = "Dullahan service v3"
|
||||
sprite_icon_state = "dullahanservice"
|
||||
has_eye_light_sprites = TRUE
|
||||
has_custom_open_sprites = TRUE
|
||||
has_vore_belly_sprites = TRUE
|
||||
has_robotdecal_sprites = TRUE
|
||||
rest_sprite_options = list("Default", "sit")
|
||||
@@ -327,8 +325,6 @@
|
||||
/datum/robot_sprite/dogborg/tall/service/dullahanv3/barista
|
||||
name = "Dullahan matcha v3"
|
||||
sprite_icon_state = "dullahanbarista"
|
||||
has_eye_light_sprites = TRUE
|
||||
has_custom_open_sprites = TRUE
|
||||
has_vore_belly_sprites = TRUE
|
||||
has_robotdecal_sprites = TRUE
|
||||
rest_sprite_options = list("Default", "sit")
|
||||
|
||||
@@ -224,8 +224,6 @@
|
||||
/datum/robot_sprite/dogborg/tall/engineering/dullahanv3/engineerdully
|
||||
name = "Dullahan engineer v3"
|
||||
sprite_icon_state = "dullahanengineer"
|
||||
has_eye_light_sprites = TRUE
|
||||
has_custom_open_sprites = TRUE
|
||||
has_vore_belly_sprites = TRUE
|
||||
has_robotdecal_sprites = TRUE
|
||||
rest_sprite_options = list("Default", "sit")
|
||||
|
||||
@@ -209,8 +209,6 @@
|
||||
/datum/robot_sprite/dogborg/tall/janitor/dullahanv3/janitordully
|
||||
name = "Dullahan janitor v3"
|
||||
sprite_icon_state = "dullahanjanitor"
|
||||
has_eye_light_sprites = TRUE
|
||||
has_custom_open_sprites = TRUE
|
||||
has_vore_belly_sprites = TRUE
|
||||
has_robotdecal_sprites = TRUE
|
||||
rest_sprite_options = list("Default", "sit")
|
||||
|
||||
@@ -147,8 +147,6 @@
|
||||
/datum/robot_sprite/dogborg/tall/medical/dullahanv3/medicaldully
|
||||
name = "Dullahan medical v3"
|
||||
sprite_icon_state = "dullahanmedical"
|
||||
has_eye_light_sprites = TRUE
|
||||
has_custom_open_sprites = TRUE
|
||||
has_vore_belly_sprites = TRUE
|
||||
has_robotdecal_sprites = TRUE
|
||||
rest_sprite_options = list("Default", "sit")
|
||||
|
||||
@@ -194,8 +194,6 @@
|
||||
/datum/robot_sprite/dogborg/tall/mining/dullahanv3/miningdully
|
||||
name = "Dullahan mining v3"
|
||||
sprite_icon_state = "dullahanmining"
|
||||
has_eye_light_sprites = TRUE
|
||||
has_custom_open_sprites = TRUE
|
||||
has_vore_belly_sprites = TRUE
|
||||
has_robotdecal_sprites = TRUE
|
||||
rest_sprite_options = list("Default", "sit")
|
||||
|
||||
@@ -215,8 +215,6 @@
|
||||
/datum/robot_sprite/dogborg/tall/science/dullahanv3/sciencedully
|
||||
name = "Dullahan science v3"
|
||||
sprite_icon_state = "dullahanscience"
|
||||
has_eye_light_sprites = TRUE
|
||||
has_custom_open_sprites = TRUE
|
||||
has_vore_belly_sprites = TRUE
|
||||
has_robotdecal_sprites = TRUE
|
||||
rest_sprite_options = list("Default", "sit")
|
||||
|
||||
@@ -223,8 +223,6 @@
|
||||
/datum/robot_sprite/dogborg/tall/security/dullahanv3/securitydully
|
||||
name = "Dullahan security v3"
|
||||
sprite_icon_state = "dullahansecurity"
|
||||
has_eye_light_sprites = TRUE
|
||||
has_custom_open_sprites = TRUE
|
||||
has_vore_belly_sprites = TRUE
|
||||
has_robotdecal_sprites = TRUE
|
||||
rest_sprite_options = list("Default", "sit")
|
||||
|
||||
@@ -142,8 +142,6 @@
|
||||
/datum/robot_sprite/dogborg/tall/standard/dullahanv3/standarddully
|
||||
name = "Dullahan standard v3"
|
||||
sprite_icon_state = "dullahanstandard"
|
||||
has_eye_light_sprites = TRUE
|
||||
has_custom_open_sprites = TRUE
|
||||
has_vore_belly_sprites = TRUE
|
||||
has_robotdecal_sprites = TRUE
|
||||
rest_sprite_options = list("Default", "sit")
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 62 KiB |
Reference in New Issue
Block a user