mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 23:49:21 +01:00
fixes wire loading
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
var/list/blend_objects = newlist() // Objects which to blend with
|
||||
var/list/noblend_objects = newlist() //Objects to avoid blending with (such as children of listed blend objects.
|
||||
|
||||
/obj/structure/Initialize()
|
||||
/obj/structure/Initialize(mapload)
|
||||
. = ..()
|
||||
if(climbable)
|
||||
verbs += /obj/structure/proc/climb_on
|
||||
|
||||
Reference in New Issue
Block a user