mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user