more new/init fixes

This commit is contained in:
Killian
2022-04-13 03:51:04 +01:00
parent 74947f8d43
commit 39d14dd0ca
7 changed files with 38 additions and 40 deletions
@@ -14,16 +14,16 @@
//Predefined materials go here.
/obj/item/weapon/material/twohanded/baseballbat/metal/Initialize(var/ml)
..(ml, MAT_STEEL)
. = ..(ml, MAT_STEEL)
/obj/item/weapon/material/twohanded/baseballbat/uranium/Initialize(var/ml)
..(ml, MAT_URANIUM)
. = ..(ml, MAT_URANIUM)
/obj/item/weapon/material/twohanded/baseballbat/gold/Initialize(var/ml)
..(ml, MAT_GOLD)
. = ..(ml, MAT_GOLD)
/obj/item/weapon/material/twohanded/baseballbat/platinum/Initialize(var/ml)
..(ml, MAT_PLATINUM)
. = ..(ml, MAT_PLATINUM)
/obj/item/weapon/material/twohanded/baseballbat/diamond/Initialize(var/ml)
..(ml, MAT_DIAMOND)
. = ..(ml, MAT_DIAMOND)