Justice for AcmeCo (#9054)

* Justice for AcmeCo

* cig grammar unification
This commit is contained in:
Cerebulon
2023-03-25 06:56:30 +00:00
committed by GitHub
parent a8b209ef93
commit 3b8bd577b0
2 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@
/datum/gear/cigarettes/New()
..()
var/list/cigarettes = list()
for(var/cigarette in (typesof(/obj/item/storage/fancy/cigarettes) - typesof(/obj/item/storage/fancy/cigarettes/killthroat)))
for(var/cigarette in (typesof(/obj/item/storage/fancy/cigarettes)))
var/obj/item/storage/fancy/cigarettes/cigarette_brand = cigarette
cigarettes[initial(cigarette_brand.name)] = cigarette_brand
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(cigarettes))