[MIRROR] Made a Command palette for the Gooborg Chassis (#12504)

Co-authored-by: Sharkmare <34294231+Sharkmare@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-09 01:37:13 +01:00
committed by GitHub
co-authored by Sharkmare Kashargul
parent bad3b96895
commit 4e65b7b86a
2 changed files with 17 additions and 0 deletions
@@ -253,3 +253,20 @@
return
else
return ..()
/datum/robot_sprite/dogborg/command/gooborg
name = "Gooborg"
sprite_icon_state = "base"
//sprite_hud_icon_state = "clerical"
has_eye_sprites = TRUE
has_eye_light_sprites = TRUE
has_sleeper_light_indicator = FALSE
has_vore_belly_resting_sprites = TRUE
has_vore_struggle_sprite = TRUE
has_dead_sprite_overlay = FALSE
has_glow_sprites = TRUE
sprite_icon = 'icons/mob/robot/gooborgs/departmental/gooborg_cmd.dmi'
rest_sprite_options = list("Default", "Bellyup", "Sit")
belly_capacity_list = list("sleeper" = 2, "throat" =2)
icon_y = 64
vis_height = 64
Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB