mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Removes some qdel:s of lists.
Primarily done by removing the need for clearing the contents list of bio-lockers in the first place.
This commit is contained in:
@@ -5,12 +5,6 @@
|
|||||||
icon_closed = "bio"
|
icon_closed = "bio"
|
||||||
icon_opened = "bioopen"
|
icon_opened = "bioopen"
|
||||||
|
|
||||||
/obj/structure/closet/l3closet/New()
|
|
||||||
..()
|
|
||||||
new /obj/item/clothing/suit/bio_suit/general( src )
|
|
||||||
new /obj/item/clothing/head/bio_hood/general( src )
|
|
||||||
|
|
||||||
|
|
||||||
/obj/structure/closet/l3closet/general
|
/obj/structure/closet/l3closet/general
|
||||||
icon_state = "bio_general"
|
icon_state = "bio_general"
|
||||||
icon_closed = "bio_general"
|
icon_closed = "bio_general"
|
||||||
@@ -18,8 +12,6 @@
|
|||||||
|
|
||||||
/obj/structure/closet/l3closet/general/New()
|
/obj/structure/closet/l3closet/general/New()
|
||||||
..()
|
..()
|
||||||
qdel(contents)
|
|
||||||
contents = list()
|
|
||||||
new /obj/item/clothing/suit/bio_suit/general( src )
|
new /obj/item/clothing/suit/bio_suit/general( src )
|
||||||
new /obj/item/clothing/head/bio_hood/general( src )
|
new /obj/item/clothing/head/bio_hood/general( src )
|
||||||
|
|
||||||
@@ -31,8 +23,6 @@
|
|||||||
|
|
||||||
/obj/structure/closet/l3closet/virology/New()
|
/obj/structure/closet/l3closet/virology/New()
|
||||||
..()
|
..()
|
||||||
qdel(contents)
|
|
||||||
contents = list()
|
|
||||||
new /obj/item/clothing/suit/bio_suit/virology( src )
|
new /obj/item/clothing/suit/bio_suit/virology( src )
|
||||||
new /obj/item/clothing/head/bio_hood/virology( src )
|
new /obj/item/clothing/head/bio_hood/virology( src )
|
||||||
new /obj/item/clothing/mask/breath(src)
|
new /obj/item/clothing/mask/breath(src)
|
||||||
@@ -46,8 +36,6 @@
|
|||||||
|
|
||||||
/obj/structure/closet/l3closet/security/New()
|
/obj/structure/closet/l3closet/security/New()
|
||||||
..()
|
..()
|
||||||
qdel(contents)
|
|
||||||
contents = list()
|
|
||||||
new /obj/item/clothing/suit/bio_suit/security( src )
|
new /obj/item/clothing/suit/bio_suit/security( src )
|
||||||
new /obj/item/clothing/head/bio_hood/security( src )
|
new /obj/item/clothing/head/bio_hood/security( src )
|
||||||
|
|
||||||
@@ -59,8 +47,6 @@
|
|||||||
|
|
||||||
/obj/structure/closet/l3closet/janitor/New()
|
/obj/structure/closet/l3closet/janitor/New()
|
||||||
..()
|
..()
|
||||||
qdel(contents)
|
|
||||||
contents = list()
|
|
||||||
new /obj/item/clothing/suit/bio_suit/janitor( src )
|
new /obj/item/clothing/suit/bio_suit/janitor( src )
|
||||||
new /obj/item/clothing/head/bio_hood/janitor( src )
|
new /obj/item/clothing/head/bio_hood/janitor( src )
|
||||||
|
|
||||||
@@ -72,7 +58,5 @@
|
|||||||
|
|
||||||
/obj/structure/closet/l3closet/scientist/New()
|
/obj/structure/closet/l3closet/scientist/New()
|
||||||
..()
|
..()
|
||||||
qdel(contents)
|
|
||||||
contents = list()
|
|
||||||
new /obj/item/clothing/suit/bio_suit/scientist( src )
|
new /obj/item/clothing/suit/bio_suit/scientist( src )
|
||||||
new /obj/item/clothing/head/bio_hood/scientist( src )
|
new /obj/item/clothing/head/bio_hood/scientist( src )
|
||||||
|
|||||||
Reference in New Issue
Block a user