Sombrero Code

This commit is contained in:
redstryker
2016-09-01 11:07:07 -04:00
parent 3b49a11eef
commit c98218bc08
4 changed files with 11 additions and 1 deletions

View File

@@ -248,3 +248,7 @@
/datum/gear/head/beretg/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
/datum/gear/head/sombrero
display_name = "sombrero"
path = /obj/item/clothing/head/sombrero

View File

@@ -299,4 +299,10 @@
name = "beret"
desc = "A beret, an artists favorite headwear."
icon_state = "beret_g"
body_parts_covered = 0
/obj/item/clothing/head/sombrero
name = "sombrero"
desc = "A wide-brimmed hat popularly worn in Mexico."
icon_state = "sombrero"
body_parts_covered = 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

@@ -546,7 +546,7 @@
#include "code\game\machinery\requests_console.dm"
#include "code\game\machinery\robot_fabricator.dm"
#include "code\game\machinery\seed_extractor.dm"
#include "code\game\machinery\sleeper.dm"
#include "code\game\machinery\Sleeper.dm"
#include "code\game\machinery\spaceheater.dm"
#include "code\game\machinery\status_display.dm"
#include "code\game\machinery\status_display_ai.dm"