Skip to content

Commit

Permalink
носпавн в родителя, оставил вортигеров, песелей и сквидовых
Browse files Browse the repository at this point in the history
  • Loading branch information
konushi committed Nov 27, 2023
1 parent 47d4b6b commit 649fc88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/maps220/code/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,7 @@
vision_range = 8
attack_sound = 'sound/weapons/bite.ogg'
loot = list(/obj/item/stack/sheet/bone)
gold_core_spawnable = HOSTILE_SPAWN
alert_sounds = list(
'modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert01.ogg',
'modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert01b.ogg',
Expand Down Expand Up @@ -1140,7 +1141,6 @@
wander = FALSE
attack_sound = 'sound/weapons/genhit3.ogg'
loot = list(/obj/item/crowbar/freeman/ultimate)
gold_core_spawnable = NO_SPAWN

/obj/structure/xen_pylon/freeman
shield_range = 30
Expand Down
1 change: 1 addition & 0 deletions modular_ss220/maps220/code/objects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@
var/shield_count = 0
faction = list("xen")
tts_seed = "Vortiger"
gold_core_spawnable = NO_SPAWN

/mob/living/simple_animal/hostile/blackmesa/xen/update_overlays()
. = ..()
Expand Down

0 comments on commit 649fc88

Please sign in to comment.