Merge pull request #7110 from Michiyamenotehifunana/Random-Donator-Thing-1
Adds the Not-Nanotrasen Corporate Uniform and a Silver Bike Horn
This commit is contained in:
6
modular_citadel/code/game/objects/items/honk.dm
Normal file
6
modular_citadel/code/game/objects/items/honk.dm
Normal file
@@ -0,0 +1,6 @@
|
||||
/obj/item/bikehorn/silver
|
||||
name = "silver bike horn"
|
||||
desc = "A shiny bike horn handcrafted in the artisan workshops of Mars, with superior kevlar-reinforced rubber bulb attached to a polished plasteel reed horn."
|
||||
attack_verb = list("elegantly HONKED")
|
||||
icon = 'modular_citadel/icons/obj/honk.dmi'
|
||||
icon_state = "silverhorn"
|
||||
@@ -21,4 +21,13 @@
|
||||
icon_state = "hosskirt"
|
||||
icon_override = 'modular_citadel/icons/mob/citadel/uniforms.dmi'
|
||||
item_state = "gy_suit"
|
||||
item_color = "hosskirt"
|
||||
item_color = "hosskirt"
|
||||
|
||||
/obj/item/clothing/under/corporateuniform
|
||||
name = "corporate uniform"
|
||||
desc = "A comfortable, tight fitting jumpsuit made of premium materials. Not space-proof."
|
||||
icon = 'modular_citadel/icons/obj/clothing/cit_clothes.dmi'
|
||||
icon_state = "tssuit"
|
||||
alternate_worn_icon = 'modular_citadel/icons/mob/citadel/uniforms.dmi'
|
||||
item_state = "r_suit"
|
||||
can_adjust = FALSE
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 51 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 594 B After Width: | Height: | Size: 795 B |
BIN
modular_citadel/icons/obj/honk.dmi
Normal file
BIN
modular_citadel/icons/obj/honk.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 324 B |
@@ -2714,6 +2714,7 @@
|
||||
#include "modular_citadel\code\game\objects\items\balls.dm"
|
||||
#include "modular_citadel\code\game\objects\items\handcuffs.dm"
|
||||
#include "modular_citadel\code\game\objects\items\holy_weapons.dm"
|
||||
#include "modular_citadel\code\game\objects\items\honk.dm"
|
||||
#include "modular_citadel\code\game\objects\items\meat.dm"
|
||||
#include "modular_citadel\code\game\objects\items\stunsword.dm"
|
||||
#include "modular_citadel\code\game\objects\items\vending_items.dm"
|
||||
|
||||
Reference in New Issue
Block a user