Skip to content

Commit

Permalink
Fixes the stupid agro on start
Browse files Browse the repository at this point in the history
  • Loading branch information
GremlingSS committed Jul 17, 2023
1 parent 6e61fa3 commit b18d6dd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions _maps/map_files/Pahrump-Sunset/Westlands.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@
/area/awaymission/wildwest)
"jo" = (
/mob/living/simple_animal/hostile/handy/assaultron/laser{
faction = list("wastebot","robot","ghoul","deathclaw")
faction = list("wastebot","robot","ghoul","deathclaw","mining")
},
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating{
Expand Down Expand Up @@ -9516,7 +9516,9 @@
/area/awaymission/wildwest/vault)
"MX" = (
/obj/effect/decal/cleanable/dirt,
/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner/hunter,
/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner/hunter{
faction = list("mining","boss","wastebot")
},
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating{
icon_state = "asteroidfloor"
Expand Down Expand Up @@ -10551,7 +10553,9 @@
/turf/open/indestructible/ground/outside/dirt/desertsand,
/area/awaymission/wildwest)
"RH" = (
/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner/hunter,
/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner/hunter{
faction = list("mining","boss","wastebot")
},
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/f13,
/area/awaymission/wildwest/refine)
Expand Down

0 comments on commit b18d6dd

Please sign in to comment.