mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 23:49:21 +01:00
Adds a colorable cyberpunk jacket
Sprites by Rick#4242#0172 on Discord. Code by me. https://imgur.com/dSDud83
This commit is contained in:
@@ -143,3 +143,11 @@ Talon winter coat
|
||||
hoodies[initial(hoodie.name)] = hoodie
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(hoodies))
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
|
||||
/datum/gear/suit/cyberpunk_recolorable
|
||||
display_name = "cyberpunk jacket (recolorable)"
|
||||
path = /obj/item/clothing/suit/cyberpunk/recolorable
|
||||
cost = 2 //It's got armor, yo.
|
||||
|
||||
/datum/gear/suit/cyberpunk_recolorable/New()
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
@@ -140,3 +140,10 @@
|
||||
default_worn_icon = 'icons/inventory/suit/mob_vr.dmi'
|
||||
icon_state = "cyberpunk"
|
||||
armor = list("melee" = 10, "bullet" = 20, "laser" = 10, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0)
|
||||
|
||||
// Cyberpunk recolorable vest
|
||||
/obj/item/clothing/suit/cyberpunk/recolorable
|
||||
name = "cyberpunk vest"
|
||||
desc = "A high tech looking vest. It's made out of tough materials, and can protect fairly well against bullets. Wake the fuck up, Samurai."
|
||||
|
||||
icon_state = "cyberpunk_recolor"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 109 KiB |
Reference in New Issue
Block a user