mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #3609 from Belsima/legwarmers
Adds a load of zippos to the loadout.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user