duplicate var definitions begone (#26612)

This commit is contained in:
chuga-git
2024-08-28 23:54:32 +00:00
committed by GitHub
parent 656b46ac14
commit 47b77f664e
3 changed files with 3 additions and 5 deletions
@@ -7,12 +7,13 @@
icon = 'icons/mob/fleshling.dmi'
icon_state = "fleshling"
icon_living = "fleshling"
attack_sound = 'sound/misc/demon_attack1.ogg'
death_sound = 'sound/misc/demon_dies.ogg'
icon_dead = ""
speed = 5
move_to_delay = 4
ranged = TRUE
pixel_x = -16
attack_sound = 'sound/misc/demon_attack1.ogg'
melee_damage_lower = 20
melee_damage_upper = 20
wander = TRUE
@@ -23,8 +24,6 @@
a_intent = INTENT_HARM
deathmessage = "collapses into a pile of gibs. From the looks of it this is the deadest it can get... "
del_on_death = TRUE
death_sound = 'sound/misc/demon_dies.ogg'
attack_sound = 'sound/misc/demon_attack1.ogg'
/// Is the boss charging right now?
var/charging = FALSE
+1 -1
View File
@@ -89,7 +89,7 @@
/datum/action/item_action/mod/pinned_module
desc = "Activate the module."
button_overlay_icon = 'icons/obj/clothing/modsuit/mod_modules.dmi'
button_overlay_icon = 'icons/mob/actions/actions_mod.dmi'
button_background_icon = 'icons/mob/actions/actions_mod.dmi'
button_overlay_icon_state = "module"
/// Module we are linked to.
var/obj/item/mod/module/module
@@ -10,7 +10,6 @@
blocks_emissive = EMISSIVE_BLOCK_GENERIC
buckle_lying = FALSE
can_buckle = TRUE
buckle_lying = 0
pass_flags = PASSTABLE
COOLDOWN_DECLARE(message_cooldown)
COOLDOWN_DECLARE(cooldown_vehicle_move)