mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-31 07:56:25 +01:00
Initialize procs for virgo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
var/global/list/allocated_gamma = list()
|
||||
|
||||
/obj/structure/trash_pile/initialize()
|
||||
..()
|
||||
. = ..()
|
||||
icon_state = pick(
|
||||
"pile1",
|
||||
"pile2",
|
||||
|
||||
Reference in New Issue
Block a user