honkerative MODsuit theme, and paint-kit! (#10707)

Co-authored-by: capsaicinz <84609863+capsaicinz@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-01-15 16:31:01 +00:00
committed by GitHub
co-authored by capsaicinz
parent 9af0a4185e
commit 696be341f5
6 changed files with 37 additions and 5 deletions
+3 -5
View File
@@ -68,8 +68,7 @@
/datum/outfit/clown_operative
name = "Clown Operative (Preview only)"
back = /obj/item/mod/control/pre_equipped/syndicate_empty
mask = /obj/item/clothing/mask/gas/clown_hat
back = /obj/item/mod/control/pre_equipped/syndicate_empty/honkerative
uniform = /obj/item/clothing/under/syndicate
/datum/outfit/clown_operative/post_equip(mob/living/carbon/human/H, visualsOnly)
@@ -80,11 +79,10 @@
/datum/outfit/clown_operative_elite
name = "Clown Operative (Elite, Preview only)"
back = /obj/item/mod/control/pre_equipped/syndicate_empty/elite
mask = /obj/item/clothing/mask/gas/clown_hat
back = /obj/item/mod/control/pre_equipped/syndicate_empty/honkerative
uniform = /obj/item/clothing/under/syndicate
/datum/outfit/clown_operative_elite/post_equip(mob/living/carbon/human/H, visualsOnly)
var/obj/item/mod/module/armor_booster/elite/booster = locate() in H.back
var/obj/item/mod/module/armor_booster/booster = locate() in H.back
booster.active = TRUE
H.update_inv_back()
+22
View File
@@ -625,6 +625,28 @@
SEALED_CLOTHING = STOPSPRESSUREDAMAGE,
),
),
"honkerative" = list(
HELMET_LAYER = NECK_LAYER,
HELMET_FLAGS = list(
UNSEALED_CLOTHING = SNUG_FIT,
SEALED_CLOTHING = THICKMATERIAL|STOPSPRESSUREDAMAGE,
UNSEALED_INVISIBILITY = HIDEFACIALHAIR,
SEALED_INVISIBILITY = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE|HIDEHAIR|HIDESNOUT,
SEALED_COVER = HEADCOVERSMOUTH|HEADCOVERSEYES|PEPPERPROOF,
),
CHESTPLATE_FLAGS = list(
UNSEALED_CLOTHING = THICKMATERIAL,
SEALED_CLOTHING = STOPSPRESSUREDAMAGE,
),
GAUNTLETS_FLAGS = list(
UNSEALED_CLOTHING = THICKMATERIAL,
SEALED_CLOTHING = STOPSPRESSUREDAMAGE,
),
BOOTS_FLAGS = list(
UNSEALED_CLOTHING = THICKMATERIAL,
SEALED_CLOTHING = STOPSPRESSUREDAMAGE,
),
),
)
/datum/mod_theme/elite
+3
View File
@@ -303,3 +303,6 @@
theme = /datum/mod_theme/elite
INITIALIZE_IMMEDIATE(/obj/item/mod/control/pre_equipped/syndicate_empty)
/obj/item/mod/control/pre_equipped/syndicate_empty/honkerative
applied_skin = "honkerative"
@@ -633,6 +633,15 @@
cost = 4
purchasable_from = UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS
/datum/uplink_item/suits/paint
name = "MODsuit Funny Paint Kit"
desc = "A highly advanced piece of technology that will change the theme \
of your MODsuit. Highly recommended by clowns."
item = /obj/item/mod/paint
cost = 0
limited_stock = 1 // they're infinite usage so we don't need millions floating around
purchasable_from = UPLINK_CLOWN_OPS // right now, only intended to let clown ops use honkerative modsuit, but could be made available to all uplinks if we get different suit variations.
/datum/uplink_item/device_tools/magboots
name = "Blood-Red Magboots"
desc = "A pair of magnetic boots with a Syndicate paintjob that assist with freer movement in space or on-station \
Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB