fixes wire loading

This commit is contained in:
Kashargul
2025-01-11 02:23:32 +01:00
parent fdcbdf15d6
commit 75b13a47d8
18 changed files with 28 additions and 25 deletions
+1 -1
View File
@@ -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