mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Searifs and Botanists custom items.
This commit is contained in:
@@ -142,6 +142,16 @@
|
|||||||
//////////// Clothing ////////////
|
//////////// Clothing ////////////
|
||||||
//////////////////////////////////
|
//////////////////////////////////
|
||||||
|
|
||||||
|
//////////// Gloves ////////////
|
||||||
|
|
||||||
|
/obj/item/clothing/gloves/fluff/walter_brooks_1 //botanistpower: Walter Brooks
|
||||||
|
name = "mittens"
|
||||||
|
desc = "A pair of well worn, blue mittens."
|
||||||
|
icon = 'custom_items.dmi'
|
||||||
|
icon_state = "walter_brooks_1"
|
||||||
|
item_state = "bluegloves"
|
||||||
|
color="blue"
|
||||||
|
|
||||||
//////////// Eye Wear ////////////
|
//////////// Eye Wear ////////////
|
||||||
|
|
||||||
/obj/item/clothing/glasses/meson/fluff/book_berner_1 //asanadas: Book Berner
|
/obj/item/clothing/glasses/meson/fluff/book_berner_1 //asanadas: Book Berner
|
||||||
|
|||||||
@@ -123,6 +123,8 @@
|
|||||||
var/list/icons = list("Blue", "Monochrome", "Rainbow", "Inverted", "Firewall", "Green", "Text", "Smiley", "Angry", "Dorf", "Matrix", "Bliss", "Red", "Static")
|
var/list/icons = list("Blue", "Monochrome", "Rainbow", "Inverted", "Firewall", "Green", "Text", "Smiley", "Angry", "Dorf", "Matrix", "Bliss", "Red", "Static")
|
||||||
if (src.name == "B.A.N.N.E.D." && src.ckey == "spaceman96")
|
if (src.name == "B.A.N.N.E.D." && src.ckey == "spaceman96")
|
||||||
icons += "B.A.N.N.E.D."
|
icons += "B.A.N.N.E.D."
|
||||||
|
if (src.name == "M00X-BC" && src.ckey == "searif")
|
||||||
|
icons += "M00X-BC"
|
||||||
icontype = input("Please, select a display!", "AI", null/*, null*/) in icons
|
icontype = input("Please, select a display!", "AI", null/*, null*/) in icons
|
||||||
if(icontype == "Blue")
|
if(icontype == "Blue")
|
||||||
icon_state = "ai"
|
icon_state = "ai"
|
||||||
@@ -148,6 +150,8 @@
|
|||||||
icon_state = "ai-bliss"
|
icon_state = "ai-bliss"
|
||||||
else if(icontype == "B.A.N.N.E.D.")
|
else if(icontype == "B.A.N.N.E.D.")
|
||||||
icon_state = "ai-banned"
|
icon_state = "ai-banned"
|
||||||
|
else if(icontype == "M00X-BC")
|
||||||
|
icon_state = "ai-searif"
|
||||||
else if(icontype == "Red")
|
else if(icontype == "Red")
|
||||||
icon_state = "ai-malf"
|
icon_state = "ai-malf"
|
||||||
else if(icontype == "Static")
|
else if(icontype == "Static")
|
||||||
|
|||||||
BIN
icons/mob/AI.dmi
BIN
icons/mob/AI.dmi
Binary file not shown.
|
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 112 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user