mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 05:52:43 +00:00
Open turf update_icon_edge when updating icons
So grass can edge into it.
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
*/
|
||||
/turf/simulated/open/update_icon()
|
||||
overlays.Cut()
|
||||
update_icon_edge() //VOREStation Add - Get grass into open spaces and whatnot.
|
||||
var/turf/below = GetBelow(src)
|
||||
if(below)
|
||||
var/below_is_open = isopenspace(below)
|
||||
|
||||
Reference in New Issue
Block a user