mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Loadout, clothing and accessories update and additions (#2267)
-turn some custom items into regular ones, their original owners will keep their more snowflake version, at tishina's request due to this new policy: https://forums.aurorastation.org/viewtopic.php?f=25&t=8087 -fix the mercenary's voidsuit and the radsuit having exposed hands in their mob sprites -fix the iaa rig having no sprite when deployed -adds flannel shirts/jackets that strudel was asking me for months -adds a medical webbing and drop pouches versions of the webbings -brings back the IAC armband from old code -adds pink lipstick When the update goes into master, I will make another pr fixing the custom item paths and etc.
This commit is contained in:
@@ -21,13 +21,16 @@
|
||||
/obj/item/weapon/lipstick/black
|
||||
name = "black lipstick"
|
||||
colour = "black"
|
||||
|
||||
|
||||
/obj/item/weapon/lipstick/pink
|
||||
name = "pink lipstick"
|
||||
colour = "pink"
|
||||
|
||||
/obj/item/weapon/lipstick/random
|
||||
name = "lipstick"
|
||||
|
||||
/obj/item/weapon/lipstick/random/New()
|
||||
colour = pick("red","purple","jade","black")
|
||||
colour = pick("red","purple","jade","pink","black")
|
||||
name = "[colour] lipstick"
|
||||
|
||||
|
||||
@@ -78,4 +81,4 @@
|
||||
item_state = "purplecomb"
|
||||
|
||||
/obj/item/weapon/haircomb/attack_self(mob/user)
|
||||
user.visible_message("<span class='notice'>[user] uses [src] to comb their hair with incredible style and sophistication. What a [user.gender == FEMALE ? "lady" : "guy"].</span>")
|
||||
user.visible_message("<span class='notice'>[user] uses [src] to comb their hair with incredible style and sophistication. What a [user.gender == FEMALE ? "lady" : "guy"].</span>")
|
||||
|
||||
Reference in New Issue
Block a user