Merge pull request #3908 from Citadel-Station-13/upstream-merge-32558

[MIRROR] Prevent placing posters on diagonal wall corners
This commit is contained in:
LetterJay
2017-11-13 11:50:36 -06:00
committed by GitHub
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -179,6 +179,10 @@
underlay_appearance.icon_state = DEFAULT_UNDERLAY_ICON_STATE
underlays = U
// Drop posters which were previously placed on this wall.
for(var/obj/structure/sign/poster/P in src)
P.roll_and_drop(src)
/proc/cardinal_smooth(atom/A, adjacencies)
//NW CORNER