migrate all /obj/item from /New() to /Initialize() (#31232)

* migrate all /obj/item from /New() to /Initialize()

* move GLOB.chemical_reagents_list creation to /world/New()

* review

* oops

* autodoc a smart var
This commit is contained in:
Toastical
2026-01-28 19:44:32 +00:00
committed by GitHub
parent a0ed4b0066
commit 4c74b78a18
89 changed files with 321 additions and 362 deletions
+1 -2
View File
@@ -93,10 +93,9 @@
transfer_evidence(supplied)
name = "[initial(name)] ([supplied])"
/obj/item/sample/print/New(newloc, atom/supplied)
. = ..()
if(length(evidence))
icon_state = "fingerprint1"
update_icon()
/obj/item/sample/proc/transfer_evidence(atom/supplied)
if(length(supplied.suit_fibers))