mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-26 18:13:35 +00:00
More efficient ShoesDel()
hints at deletion on init instead of manually calling deletion
This commit is contained in:
@@ -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
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user