Merge pull request #6050 from Sharkmare/patch-27

More efficient ShoesDel()
This commit is contained in:
Nadyr
2023-04-11 00:51:52 -04:00
committed by GitHub
@@ -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
..()