Skip to content

Commit

Permalink
Фикс спавна интековца вместо синди слипера для гостроли (#1653)
Browse files Browse the repository at this point in the history
* Update lavaland_ruin_code.dm

* Update mobs.dm

* Update mobs.dm

* +
  • Loading branch information
FelixRuin authored Feb 4, 2025
1 parent c0a3ef6 commit f578ee0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _maps/RandomRuins/SpaceRuins/listeningstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
dir = 4;
pixel_y = 5
},
/obj/effect/mob_spawn/human/lavaland_syndicate/comms/space{
/obj/effect/mob_spawn/human/lavaland_syndicate/comms{
dir = 4
},
/turf/open/floor/carpet/red,
Expand Down Expand Up @@ -1262,7 +1262,7 @@
/obj/structure/bed/pod{
dir = 1
},
/obj/effect/mob_spawn/human/lavaland_syndicate/comms/space{
/obj/effect/mob_spawn/human/lavaland_syndicate/comms{
dir = 4
},
/obj/item/bedsheet/syndie{
Expand Down
2 changes: 2 additions & 0 deletions code/modules/ruins/lavaland_ruin_code.dm
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,13 @@
outfit = /datum/outfit/lavaland_syndicate/comms
can_load_appearance = TRUE

/*
/obj/effect/mob_spawn/human/lavaland_syndicate/comms/space/Initialize(mapload)
. = ..()
if(prob(1)) //only has a 99% chance of existing, otherwise it'll just be a NPC syndie.
new /mob/living/simple_animal/hostile/syndicate/ranged(get_turf(src))
return INITIALIZE_HINT_QDEL
*/

/datum/outfit/lavaland_syndicate/comms
name = "Syndicate Comms Agent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
/area/ruin/space/has_grav/bluemoon/listeningstation)
"aT" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/mob_spawn/human/lavaland_syndicate/comms/space{
/obj/effect/mob_spawn/human/lavaland_syndicate/comms{
assignedrole = "Space Syndicate";
dir = 8;
flavour_text = "<span class='big bold'>You are a syndicate agent,</span><b> assigned to a small listening post station situated near your hated enemy's top secret research facility: Space Station 13. <b>Monitor enemy activity as best you can, and try to keep a low profile. <font size=6>DON'T</font> abandon the base without good cause.</b> Use the communication equipment to provide support to any field agents, and sow disinformation to throw Nanotrasen off your trail. Do not let the base fall into enemy hands!</b>"
Expand Down

0 comments on commit f578ee0

Please sign in to comment.