fixing some masks and eyepatches
- fixed white eyepatch - fixed fattening mask's missing sprite - added labcoat to loadout
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
name = "drone mask"
|
||||
desc = "A mask that can be connected to an air supply. When seen from certain angles, an orange light is reflected by it."
|
||||
icon = 'GainStation13/icons/obj/clothing/fat_mask.dmi'
|
||||
mob_overlay_icon = 'GainStation13/icons/mob/mask.dmi'
|
||||
anthro_mob_worn_overlay = 'GainStation13/icons/mob/mask.dmi'
|
||||
icon_state = "fat_mask"
|
||||
item_state = "fat_mask"
|
||||
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON
|
||||
var/mob/living/carbon/C
|
||||
|
||||
/obj/item/clothing/mask/gas/fattening/equipped(mob/M, slot)
|
||||
|
||||
@@ -3,16 +3,16 @@
|
||||
//item presets for donator items and other gunk
|
||||
//
|
||||
/obj/item/clothing/glasses/eyepatch/white
|
||||
icon ='GainStation13/icons/obj/clothing/glasses.dmi'
|
||||
mob_overlay_icon = 'GainStation13/icons/mob/eyes.dmi'
|
||||
name = "White eyepatch"
|
||||
desc = "Smells faintly of medicine and headaches."
|
||||
icon_state = "eyepatch_white"
|
||||
item_state = "eyepatch_white"
|
||||
|
||||
/obj/item/clothing/glasses/eyepatch/cabal
|
||||
/obj/item/clothing/glasses/eyepatch/white/cabal
|
||||
name = "Cabal's Eyepatch"
|
||||
desc = "Vulpine sluts only."
|
||||
icon_state = "eyepatch_white"
|
||||
item_state = "eyepatch_white"
|
||||
|
||||
/obj/item/toy/sword/chloesabre/halsey
|
||||
name = "Halsey's Sabre"
|
||||
@@ -50,3 +50,4 @@
|
||||
/obj/item/crowbar/bronze/glaug
|
||||
name = "Milwaukee Pocket Crowbar"
|
||||
desc = "Much more expensive. Still serves the same function."
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
@@ -109,7 +109,7 @@
|
||||
/datum/gear/donator/white_eyepatch_cabal
|
||||
name = "Cabal's Eyepatch"
|
||||
category = LOADOUT_CATEGORY_DONATOR
|
||||
path = /obj/item/clothing/glasses/eyepatch/cabal
|
||||
path = /obj/item/clothing/glasses/eyepatch/white/cabal
|
||||
ckeywhitelist = list("spess_lizurd", "SPESS LIZURD", "spess lizurd", "SPESS_LIZURD", "spesslizurd", "sonoida")
|
||||
|
||||
/datum/gear/white_eyepatch //accessible to anyone, at donator's request
|
||||
@@ -141,3 +141,7 @@
|
||||
path = /obj/item/weldingtool/bronze
|
||||
ckeywhitelist = list("almaniak", "Almaniak", "AlManiak")
|
||||
|
||||
/datum/gear/suit/labcoat
|
||||
name = "Labcoat"
|
||||
category = LOADOUT_CATEGORY_SUIT
|
||||
path = /obj/item/clothing/suit/toggle/labcoat
|
||||
|
||||
Reference in New Issue
Block a user