more new to Init (#17147)

* more new to Init

* fix pumps

* style update

* fix atmos memory leak

* fix mech

* qdel in here

* Update hands.dm

* Update rings.dm
This commit is contained in:
Kashargul
2025-02-16 00:16:15 +01:00
committed by GitHub
parent f7de6141b5
commit 2ae6355aff
82 changed files with 988 additions and 986 deletions
@@ -13,17 +13,17 @@
slot_flags = SLOT_BACK
//Predefined materials go here.
/obj/item/material/twohanded/baseballbat/metal/New(var/newloc)
..(newloc,MAT_STEEL)
/obj/item/material/twohanded/baseballbat/metal/Initialize(mapload)
. = ..(mapload,MAT_STEEL)
/obj/item/material/twohanded/baseballbat/uranium/New(var/newloc)
..(newloc,MAT_URANIUM)
/obj/item/material/twohanded/baseballbat/uranium/Initialize(mapload)
. = ..(mapload,MAT_URANIUM)
/obj/item/material/twohanded/baseballbat/gold/New(var/newloc)
..(newloc,MAT_GOLD)
/obj/item/material/twohanded/baseballbat/gold/Initialize(mapload)
. = ..(mapload,MAT_GOLD)
/obj/item/material/twohanded/baseballbat/platinum/New(var/newloc)
..(newloc,MAT_PLATINUM)
/obj/item/material/twohanded/baseballbat/platinum/Initialize(mapload)
. = ..(mapload,MAT_PLATINUM)
/obj/item/material/twohanded/baseballbat/diamond/New(var/newloc)
..(newloc,MAT_DIAMOND)
/obj/item/material/twohanded/baseballbat/diamond/Initialize(mapload)
. = ..(mapload,MAT_DIAMOND)