mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 01:18:40 +01:00
Adds skrell glowing algae (#7145)
At the request of their writer, it works like the skrell ear items, but it glows.
This commit is contained in:
@@ -85,4 +85,19 @@
|
||||
display_name = "nralakk projector"
|
||||
path = /obj/item/skrell_projector
|
||||
whitelisted = list("Skrell")
|
||||
sort_category = "Xenowear - Skrell"
|
||||
sort_category = "Xenowear - Skrell"
|
||||
|
||||
/datum/gear/ears/skrell/goop
|
||||
display_name = "glowing algae"
|
||||
path = /obj/item/clothing/ears/skrell/goop
|
||||
whitelisted = list("Skrell")
|
||||
sort_category = "Xenowear - Skrell"
|
||||
|
||||
/datum/gear/ears/skrell/goop/New()
|
||||
..()
|
||||
var/algae = list()
|
||||
algae["glowing algae(dots)"] = /obj/item/clothing/ears/skrell/goop
|
||||
algae["glowing algae(stripes)"] = /obj/item/clothing/ears/skrell/goop/stripes
|
||||
algae["glowing algae(circles)"] = /obj/item/clothing/ears/skrell/goop/circles
|
||||
gear_tweaks += new/datum/gear_tweak/path(algae)
|
||||
gear_tweaks += list(gear_tweak_free_color_choice)
|
||||
Reference in New Issue
Block a user