Skip to content

Commit

Permalink
Makes the cherry tree in the blade lineage hideout no longer alive (#…
Browse files Browse the repository at this point in the history
…2655)

* unalives it

* satisfies the MapDiffBot2
  • Loading branch information
Gboster-0 authored Dec 31, 2024
1 parent 7c5f6d5 commit 1d0a919
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions _maps/templates/syndicate_office/blade_lineageswordmen.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -299,22 +299,16 @@
dir = 1;
color = "#694720"
},
/mob/living/simple_animal/hostile/abnormality/cherry_blossoms{
pixel_y = 13;
density = 0;
alpha = 230;
icon_state = "graveofcherryblossoms_1";
/obj/structure/fluff{
name = "Cherry Blossoms Tree";
faction = list("neutral");
desc = "A beautiful cherry tree.";
icon = 'ModularTegustation/Teguicons/128x128.dmi';
icon_state = "graveofcherryblossoms_1";
pixel_x = -48;
pixel_y = 13;
layer = 3.9;
can_be_z_moved = 0;
anchored = 1;
animate_movement = 0;
movement_type = 0;
stop_automated_movement = 1;
stop_automated_movement_when_pulled = 1;
buckled = 1;
health = 90000
max_integrity = 500;
alpha = 230
},
/turf/open/floor/plating/beach/sand,
/area/city/backstreets_room)
Expand Down

0 comments on commit 1d0a919

Please sign in to comment.