Creeper Vines Layer Change

Creeper vines (low-lying, do not block vision, etc) no longer have a
layer of 5, as they're supposed to be creeping along the ground.
This commit is contained in:
DZD
2015-01-20 12:19:19 -05:00
parent d02dbd4b5e
commit 9c37a563d2
+2
View File
@@ -117,6 +117,7 @@
//Low-lying creepers do not block vision or grow thickly.
if(limited_growth)
energy = 2
layer = 2.1
return
src.opacity = 1
@@ -298,6 +299,7 @@
collapse_limit = 6
slowdown_limit = 3
limited_growth = 1
layer = 2.1
/obj/effect/plant_controller/New()
if(!istype(src.loc,/turf/simulated/floor))