mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 08:27:24 +01:00
love in the air
no not really thats actually nerve gas
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user