mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
This commit is contained in:
committed by
Pieter-Jan Briers
parent
e1691441a4
commit
be5fd65257
@@ -11,7 +11,7 @@
|
||||
/datum/design/mechanic_design/New(var/obj/O) //sets the name, type, design, origin_tech, and circuit, all by itself
|
||||
if(!istype(O))
|
||||
return
|
||||
name = O.name
|
||||
name = initial(O.name)
|
||||
desc = initial(O.desc) //we use initial because some things edit the description
|
||||
build_path = O.type
|
||||
design_list += src //puts us in the design list to be found later, possibly
|
||||
|
||||
Reference in New Issue
Block a user