Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
prevent broken walls from reflecting (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlameArrow57 authored Apr 12, 2022
1 parent 4c59ff7 commit dcff1a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/turf/turf_flock.dm
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ turf/simulated/floor/feather/proc/bfs(turf/start)//breadth first search, made by
src.desc = "It's broken. You could probably use a crowbar to break the pieces apart."
src.broken = TRUE
src.UpdateIcon()
src.material.setProperty("reflective", 25)
if (playAttackSound)
playsound(src, "sound/impact_sounds/Crystal_Shatter_1.ogg", 25, 1)

Expand Down

0 comments on commit dcff1a6

Please sign in to comment.