mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-22 04:28:33 +01:00
Adds nail polish
loadout fixes
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/datum/gear/cosmetic/nailpolish
|
||||
display_name = "nail polish (colorable)"
|
||||
path = /obj/item/weapon/nailpolish
|
||||
|
||||
/datum/gear/cosmetic/nailpolish/New()
|
||||
..()
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
|
||||
/datum/gear/cosmetic/nailpolish/spawn_item(var/location, var/metadata)
|
||||
var/obj/item/weapon/nailpolish/polish = ..()
|
||||
polish.set_colour(polish.color)
|
||||
polish.color = null
|
||||
return polish
|
||||
|
||||
Reference in New Issue
Block a user