Merge pull request #9864 from variableundefined/ManualRevert

Manually revert Purpose's smoothing PR
This commit is contained in:
Fox McCloud
2018-10-19 19:16:00 -04:00
committed by GitHub
5 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -462,10 +462,10 @@ var/global/list/rockTurfEdgeCache = list(
/turf/simulated/floor/plating/airless/asteroid/New()
var/proper_name = name
..()
name = proper_name
if(prob(20))
icon_state = "asteroid[rand(0,12)]"
..()
/turf/simulated/floor/plating/airless/asteroid/ex_act(severity, target)
switch(severity)