love in the air

no not really thats actually nerve gas
This commit is contained in:
Vladin
2021-02-13 21:51:56 -05:00
parent 29237e5f8a
commit 1bfe8bb816
24 changed files with 158 additions and 4 deletions
+22
View File
@@ -84,3 +84,25 @@
var/atom/A = V
hos_gun_list[initial(A.name)] = A
return hos_gun_list
// Bouquets
/obj/item/bouquet
name = "mixed bouquet"
desc = "A bouquet of sunflowers, lilies, and geraniums. How delightful."
icon = 'icons/obj/items_and_weapons.dmi'
icon_state = "mixedbouquet"
/obj/item/bouquet/sunflower
name = "sunflower bouquet"
desc = "A bright bouquet of sunflowers."
icon_state = "sunbouquet"
/obj/item/bouquet/poppy
name = "poppy bouquet"
desc = "A bouquet of poppies. You feel loved just looking at it."
icon_state = "poppybouquet"
/obj/item/bouquet/rose
name = "rose bouquet"
desc = "A bouquet of roses. A bundle of love."
icon_state = "rosebouquet"
+6
View File
@@ -371,6 +371,12 @@ obj/item/storage/belt/slut/ComponentInitialize()
/obj/item/clothing/mask/luchador
)
/obj/item/storage/belt/cummerbund
name = "cummerbund" //I swear to god if you people aren't mature enough to handle this I'm just gonna call it a sash.
desc = "A pleated sash that pairs well with a suit jacket."
icon_state = "cummerbund"
item_state = "cummerbund"
/obj/item/storage/belt/military
name = "chest rig"
desc = "A set of tactical webbing worn by Syndicate boarding parties."