Merge pull request #971 from Chemlight/Enzo-Plush
Donator items for Enzo_Leon
@@ -955,3 +955,12 @@
|
||||
|
||||
/obj/item/clothing/head/hooded/winterhood/durathread
|
||||
icon_state = "winterhood_durathread"
|
||||
|
||||
//Enzo_Leon Patron stuff
|
||||
/obj/item/clothing/suit/toggle/enzojacket
|
||||
name = "Altevain Colony-Ship Command Jacket"
|
||||
desc = "A comfortable form fitting jacket that has a little cheese emblem on the chest."
|
||||
icon_state = "enzojacket"
|
||||
item_state = "enzojacket"
|
||||
body_parts_covered = CHEST|ARMS
|
||||
//End
|
||||
@@ -796,4 +796,14 @@
|
||||
item_color = "greenplaidshirt"
|
||||
body_parts_covered = CHEST|GROIN|ARMS|LEGS
|
||||
can_adjust = FALSE
|
||||
//yes
|
||||
//yes
|
||||
|
||||
//Enzo_Leon patron stuff
|
||||
/obj/item/clothing/under/enzoshirt
|
||||
name = "Altevain Standard-Issue Uniform"
|
||||
desc = "A soft, and light uniform with blue-space threading to help with Altevain proportions."
|
||||
icon_state = "enzoshirt"
|
||||
item_state = "enzoshirt"
|
||||
item_color = "enzoshirt"
|
||||
body_parts_covered = CHEST|GROIN|ARMS|LEGS
|
||||
//End
|
||||
@@ -82,4 +82,16 @@
|
||||
item_state = "vladin"
|
||||
attack_verb = list("nuked", "detonated", "CQC'd", "robusted")
|
||||
squeak_override = list('sound/effects/hit_punch.ogg' = 1, 'sound/effects/hit_kick.ogg' = 1, 'sound/weapons/cqchit1.ogg' = 1, 'sound/weapons/cqchit2.ogg' = 1)
|
||||
//I can't figure out how to make him loyal to a specific type of plush. If anyone figures that out, there will be more. Until then, this is the end of the vladplush.
|
||||
//I can't figure out how to make him loyal to a specific type of plush. If anyone figures that out, there will be more. Until then, this is the end of the vladplush.
|
||||
|
||||
//Enzo_Leon patron stuff
|
||||
/obj/item/toy/plush/mammal/enzo_leon
|
||||
name = "rat plushie"
|
||||
desc = "An stuffed toy of a mammal that seems to resemble a crew member! Iconically it has a squeaker as you'd expect."
|
||||
gender = MALE //It's a boy!
|
||||
icon = 'hyperstation/icons/obj/plushes.dmi'
|
||||
icon_state = "enzor"
|
||||
item_state = "enzor"
|
||||
attack_verb = list("tail bapped", "whomped", "squeaked")
|
||||
squeak_override = list('sound/effects/mousesqueek.ogg'= 1)
|
||||
//End
|
||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 414 KiB After Width: | Height: | Size: 415 KiB |
|
Before Width: | Height: | Size: 406 KiB After Width: | Height: | Size: 407 KiB |
|
Before Width: | Height: | Size: 368 KiB After Width: | Height: | Size: 369 KiB |
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 143 KiB |
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
@@ -111,3 +111,20 @@
|
||||
path = /obj/item/clothing/mask/keaton
|
||||
ckeywhitelist = list("cherostavik")
|
||||
|
||||
/datum/gear/enzo_leonplushie
|
||||
name = "Enzo Leon Plushie"
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/toy/plush/mammal/enzo_leon
|
||||
ckeywhitelist = list("Enzo_Leon")
|
||||
|
||||
/datum/gear/enzo_leonshirt
|
||||
name = "Altevain Standard-Issue Uniform"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/enzoshirt
|
||||
ckeywhitelist = list("Enzo_Leon")
|
||||
|
||||
/datum/gear/enzo_leonjacket
|
||||
name = "Altevain Colony-Ship Command Jacket"
|
||||
category = SLOT_WEAR_SUIT
|
||||
path = /obj/item/clothing/suit/toggle/enzojacket
|
||||
ckeywhitelist = list("Enzo_Leon")
|
||||
|
||||
|
Before Width: | Height: | Size: 421 KiB After Width: | Height: | Size: 422 KiB |
|
Before Width: | Height: | Size: 328 KiB After Width: | Height: | Size: 330 KiB |