More efficient ShoesDel()

hints at deletion on init instead of manually calling deletion
This commit is contained in:
Sharkmare
2023-04-07 16:56:54 +02:00
committed by GitHub
parent a0a1350b74
commit b78302161c

View File

@@ -47,5 +47,6 @@
name = "No Shoes"
desc = "shoeless?"
icon_state = ""
/obj/item/clothing/shoes/none/New()
qdel(src)
/obj/item/clothing/shoes/none/Initialize()
. = INITIALIZE_HINT_QDEL //Fuck them shoes
..()