Adds ASSU suit+helmet and loadout stuff

Also adds newlines reeeeeeeeeeee
This commit is contained in:
Anonymous
2019-10-20 23:52:06 +03:00
parent c59f15a8bc
commit 6a73abfe32
5 changed files with 39 additions and 3 deletions
@@ -4,6 +4,20 @@
path = /obj/item/clothing/under/color/grey
restricted_roles = list("Assistant")
/datum/gear/neetsuit
name = "ASSU suit"
category = SLOT_WEAR_SUIT
path = /obj/item/clothing/suit/assu_suit
restricted_roles = list("Assistant")
cost = 2
/datum/gear/neethelm
name = "ASSU helmet"
category = SLOT_HEAD
path = /obj/item/clothing/head/assu_helmet
restricted_roles = list("Assistant")
cost = 2
/datum/gear/plushvar
name = "Ratvar Plushie"
category = SLOT_IN_BACKPACK
@@ -16,4 +30,4 @@
category = SLOT_IN_BACKPACK
path = /obj/item/toy/plush/narplush
cost = 5
restricted_roles = list("Chaplain")
restricted_roles = list("Chaplain")
@@ -17,4 +17,13 @@
//The "pocket" for the M1 helmet so you can tuck things into the elastic band
/datum/component/storage/concrete/pockets/tiny/spacenam
attack_hand_interact = TRUE //So you can actually see what you stuff in there
attack_hand_interact = TRUE //So you can actually see what you stuff in there
/obj/item/clothing/head/assu_helmet
name = "ASSU helmet"
icon = 'modular_citadel/icons/obj/clothing/assu.dmi'
alternate_worn_icon = 'modular_citadel/icons/mob/clothing/assu.dmi'
icon_state = "assu_helmet"
item_state = "assu_helmet"
desc = "A cheap replica of old riot helmet without visor. It has \"A.S.S.U.\" written on the front."
flags_inv = HIDEHAIR
@@ -40,4 +40,17 @@
body_parts_covered = CHEST
resistance_flags = NONE
mutantrace_variation = NO_MUTANTRACE_VARIATION
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 5, "bio" = 0, "rad" = 0, "fire" = -5, "acid" = -15) //nylon sucks against acid
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 5, "bio" = 0, "rad" = 0, "fire" = -5, "acid" = -15) //nylon sucks against acid
/obj/item/clothing/suit/assu_suit
name = "ASSU suit"
desc = "A cheap replica of old SWAT armor. On its back, it is written: \"<i>Assistance Skipping Special Unit</i>\"."
icon = 'modular_citadel/icons/obj/clothing/assu.dmi'
alternate_worn_icon = 'modular_citadel/icons/mob/clothing/assu.dmi'
icon_state = "assu_suit"
item_state = "assu_suit"
blood_overlay_type = "armor"
body_parts_covered = CHEST|GROIN|ARMS|LEGS
flags_inv = HIDEJUMPSUIT
resistance_flags = NONE
mutantrace_variation = NO_MUTANTRACE_VARIATION
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B