Added another mode for smoothing (smooth with all subtypes).

This commit is contained in:
xxalpha
2015-09-23 00:55:10 +01:00
parent fc073def62
commit 36ae116a48
13 changed files with 54 additions and 59 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
canSmoothWith = list(/obj/structure/alien/resin)
var/health = 200
var/resintype = null
smooth = 1
smooth = SMOOTH_TRUE
/obj/structure/alien/resin/New(location)