Skip to content

Commit

Permalink
Update refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach committed Nov 22, 2023
1 parent c5136f8 commit 25a760d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _maps/map_files/KiloStation2/KiloStation2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -32590,7 +32590,7 @@
/obj/effect/decal/cleanable/blood/gibs/old,
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/dirt,
/mob/living/simple_animal/hostile/jungle/mook{
/mob/living/basic/mining/mook{
environment_smash = 0;
name = "deformed creature"
},
Expand Down Expand Up @@ -36404,7 +36404,7 @@
"lGa" = (
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/obj/structure/canister_frame/machine/unfinished_canister_frame,
/obj/structure/fluff/broken_canister_frame,
/obj/effect/decal/cleanable/dirt,
/obj/effect/mapping_helpers/broken_floor,
/turf/open/floor/plating,
Expand Down Expand Up @@ -42724,7 +42724,7 @@
/obj/effect/decal/remains/human,
/obj/machinery/atmospherics/pipe/smart/manifold4w/supply/hidden/layer4,
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer2,
/mob/living/simple_animal/hostile/jungle/mook{
/mob/living/basic/mining/mook{
environment_smash = 0;
name = "deformed creature"
},
Expand Down
2 changes: 1 addition & 1 deletion modular_ss220/modules/tts/code/base_seeds/mobs/hostile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/mob/living/basic/morph
tts_seed = "Treant"

/mob/living/simple_animal/revenant
/mob/living/basic/revenant
tts_seed = "Sylvanas"

/mob/living/basic/demon
Expand Down

0 comments on commit 25a760d

Please sign in to comment.