mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-22 20:56:33 +01:00
Adds randomized alohas
Also some color matrix helpers from TG
This commit is contained in:
@@ -223,3 +223,11 @@
|
||||
/datum/gear/accessory/hawaii
|
||||
display_name = "hawaii shirt"
|
||||
path = /obj/item/clothing/accessory/hawaii
|
||||
|
||||
/datum/gear/accessory/hawaii/New()
|
||||
..()
|
||||
var/list/shirts = list()
|
||||
shirts["blue hawaii shirt"] = /obj/item/clothing/accessory/hawaii
|
||||
shirts["red hawaii shirt"] = /obj/item/clothing/accessory/hawaii/red
|
||||
shirts["random colored hawaii shirt"] = /obj/item/clothing/accessory/hawaii/random
|
||||
gear_tweaks += new/datum/gear_tweak/path(shirts)
|
||||
|
||||
Reference in New Issue
Block a user