Files
Aurora.3/code/modules/client/preference_setup/loadout/loadout_cosmetics.dm
Alberyk 2c280c8341 Mandatory gun update (#1685)
-added new sprites for rubber and rifles casings
-made bullets path less dumb
-added some new gun sprites, like the large crossbow and zipguns
-added a new tatical sprite mask, with support for unathi, tajaran and vox
-added back sprites for some items like bats and scythes
-fixed being able to saw off sawn-off shotguns forever and ever
-fixed a typo on the custom loadout
-nerfed the brain damage of the mind flayer, since brain damage is lethal now
2017-02-04 00:11:34 +02:00

22 lines
679 B
Plaintext

/datum/gear/cosmetic
display_name = "purple comb"
path = /obj/item/weapon/haircomb
sort_category = "Cosmetics"
/datum/gear/cosmetic/lipstick
display_name = "lipstick selection"
path = /obj/item/weapon/lipstick
/datum/gear/cosmetic/lipstick/New()
..()
var/lipsticks = list()
lipsticks["lipstick, red"] = /obj/item/weapon/lipstick
lipsticks["lipstick, purple"] = /obj/item/weapon/lipstick/purple
lipsticks["lipstick, jade"] = /obj/item/weapon/lipstick/jade
lipsticks["lipstick, black"] = /obj/item/weapon/lipstick/black
gear_tweaks += new/datum/gear_tweak/path(lipsticks)
/datum/gear/cosmetic/mirror
display_name = "handheld mirror"
path = /obj/item/weapon/mirror