Fixes blood-drunk miner's sprite, cutting its size from 64x64 to 45x32 and moves it to Lavaland folder, where other fauna can be found.

This makes interacting with him more comfortable and less confusing.
Removes unnecessary miner sprites for alienqueen.dmi.
Changes pixel_x value of the mob to match sprite changes.
This commit is contained in:
Gatchapod
2020-03-16 02:02:08 +01:00
parent 2ca4856c2a
commit 33b7f4ce5a
3 changed files with 2 additions and 2 deletions
@@ -27,7 +27,7 @@ Difficulty: Medium
maxHealth = 900
icon_state = "miner"
icon_living = "miner"
icon = 'icons/mob/alienqueen.dmi'
icon = 'icons/mob/lavaland/blood_drunk.dmi'
light_color = "#E4C7C5"
flying = FALSE
speak_emote = list("roars")
@@ -37,7 +37,7 @@ Difficulty: Medium
projectilesound = 'sound/weapons/kenetic_accel.ogg'
ranged = TRUE
ranged_cooldown_time = 16
pixel_x = -16
pixel_x = -7
crusher_loot = list(/obj/item/melee/energy/cleaving_saw, /obj/item/gun/energy/kinetic_accelerator, /obj/item/crusher_trophy/miner_eye)
loot = list(/obj/item/melee/energy/cleaving_saw, /obj/item/gun/energy/kinetic_accelerator)
wander = FALSE