Skip to content

Commit

Permalink
weed WALLS
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Dec 6, 2023
1 parent 918988d commit f665118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/turfs/walls/walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
if(istype(found_object, /obj/structure/sign/poster))
var/obj/structure/sign/poster/found_poster = found_object
found_poster.roll_and_drop(src)
if(istype(found_object, /obj/effect/alien/weeds/weedwall))
qdel(found_object)

var/list/turf/cardinal_neighbors = list(get_step(src, NORTH), get_step(src, SOUTH), get_step(src, EAST), get_step(src, WEST))
for(var/turf/cardinal_turf as anything in cardinal_neighbors)
Expand Down

0 comments on commit f665118

Please sign in to comment.