Initialize procs for virgo

This commit is contained in:
Leshana
2018-02-03 01:00:57 -05:00
parent cef001bf2a
commit 38f20304ca
17 changed files with 29 additions and 30 deletions
@@ -9,10 +9,7 @@
density = 1
unacidable = 1
/obj/effect/blocker/New()
icon = null // Make it disappear.
icon_state = null // Probably not nessicary.
/obj/effect/blocker/initialize() // For non-gateway maps.
. = ..()
icon = null
icon_state = null
+1 -1
View File
@@ -29,7 +29,7 @@
var/global/list/allocated_gamma = list()
/obj/structure/trash_pile/initialize()
..()
. = ..()
icon_state = pick(
"pile1",
"pile2",