Merge pull request #3609 from Belsima/legwarmers

Adds a load of zippos to the loadout.
This commit is contained in:
Anewbe
2017-07-18 16:27:09 -05:00
committed by GitHub
3 changed files with 53 additions and 1 deletions

View File

@@ -11,9 +11,17 @@
path = /obj/item/weapon/storage/box/matches
/datum/gear/zippo
display_name = "zippo"
display_name = "Zippo Selection"
path = /obj/item/weapon/flame/lighter/zippo
/datum/gear/zippo/New()
..()
var/list/zippos = list()
for(var/zippo in typesof(/obj/item/weapon/flame/lighter/zippo))
var/obj/item/weapon/flame/lighter/zippo/zippo_type = zippo
zippos[initial(zippo_type.name)] = zippo_type
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(zippos))
/datum/gear/ashtray
display_name = "ashtray, plastic"
path = /obj/item/weapon/material/ashtray/plastic