Skip to content

Commit

Permalink
забыл статы магу и убрать прожектайл тип
Browse files Browse the repository at this point in the history
  • Loading branch information
konushi committed Nov 1, 2023
1 parent f12e0a7 commit 2fb0bd2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions modular_ss220/maps220/code/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,16 @@
icon = 'modular_ss220/maps220/icons/simple_human.dmi'
icon_living = "deadwizard"
icon_state = "deadwizard"
maxHealth = 300
health = 300
maxHealth = 400
health = 400
ranged = 1
rapid = 4
rapid_fire_delay = 1
retreat_distance = 4
minimum_distance = 4
retreat_distance = 7
minimum_distance = 5
ranged_cooldown_time = 5
ranged_ignores_vision = TRUE
aggro_vision_range = 12
vision_range = 12
del_on_death = 1
projectiletype = /obj/item/projectile/magic/arcane_barrage
projectilesound = 'sound/magic/blind.ogg'
loot = list(
/obj/effect/decal/remains/human,
Expand Down

0 comments on commit 2fb0bd2

Please sign in to comment.