Merge pull request #15314 from Heroman3003/evildozer

Adds syndie Pupdozer sprite, fixes other Mechanist dogborg sprites
This commit is contained in:
Heroman3003
2023-08-27 07:48:40 +10:00
committed by GitHub
4 changed files with 15 additions and 4 deletions
@@ -35,14 +35,26 @@
sprite_icon = 'icons/mob/robot/mechanist.dmi'
sprite_hud_icon_state = "malf"
/datum/robot_sprite/protector/spider
/datum/robot_sprite/mechanist/spider
name = "XI-GUS"
sprite_icon_state = "spider"
/datum/robot_sprite/protector/sleek
/datum/robot_sprite/mechanist/sleek
name = "WTOperator"
sprite_icon_state = "sleek"
// Wide/dogborg sprites
/datum/robot_sprite/dogborg/mechanist
module_type = "Mechanist"
sprite_icon = 'icons/mob/robot/mechanist_wide.dmi'
/datum/robot_sprite/dogborg/mechanist/pupdozer
name = "Pupdozer"
sprite_icon_state = "pupdozer"
has_eye_light_sprites = TRUE
rest_sprite_options = list("Default")
// Combat Medic
@@ -87,7 +99,7 @@
SP.attack_verb = list("batted", "pawed", "bopped", "whapped")
/datum/robot_sprite/dogborg/combat_medic/vale
name = "Stray"
name = "Hound V2"
sprite_icon_state = "vale"
has_eye_light_sprites = TRUE
has_sleeper_light_indicator = TRUE
@@ -1,7 +1,6 @@
/mob/living/silicon/robot/syndicate
lawupdate = 0
scrambledcodes = 1
icon_state = "syndie_bloodhound"
modtype = "Syndicate"
lawchannel = "State"
braintype = "Drone"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 KiB

After

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB