mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
next new to init (#17400)
* next new to init * . * this needs thorough testing * . * needs an istype * also vnotice * mvoe to defines
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
var/obj/item/weldingtool/welder
|
||||
var/weldertype = /obj/item/weldingtool/dummy
|
||||
|
||||
/obj/item/tool/transforming/New(newloc, no_counterpart = TRUE)
|
||||
..(newloc)
|
||||
/obj/item/tool/transforming/Initialize(mapload, no_counterpart = TRUE)
|
||||
. = ..()
|
||||
if(TOOL_WELDER in possible_tooltypes)
|
||||
welder = new weldertype(src)
|
||||
on_tool_switch()
|
||||
|
||||
Reference in New Issue
Block a user