Manually revert Purpose's smooth plating PR's smoothing component

This commit is contained in:
variableundefined
2018-10-16 08:57:10 +08:00
parent c2367f2bbf
commit 34aadd6b25
4 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)