mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
Fix cluwne sprites (#30015)
* compiles checkpoint * fix some * updatepaths * fix * rrr * linters * fiexs * icon fixes * Fix cluwne sprites for several species. Fixes #13660 * plasmemes * fix * Adjust Kidan mask based on mandible feedback. * fix * fix bit more * fix * well * cleanup * fix glasses layer * conflict * fuck gun code * fixes * fix * fixes to energy guns * Bring up to date with master pt 2 --------- Signed-off-by: Alan <alfalfascout@users.noreply.github.com> Co-authored-by: kyunkyunkyun <maxkrutoda0@gmail.com>
This commit is contained in:
@@ -483,6 +483,12 @@
|
||||
righthand_file = 'icons/goonstation/mob/inhands/clothing_righthand.dmi'
|
||||
flags = BLOCK_GAS_SMOKE_EFFECT | AIRTIGHT | BLOCKHAIR
|
||||
flags_cover = MASKCOVERSMOUTH
|
||||
sprite_sheets = list(
|
||||
"Drask" = 'icons/mob/clothing/species/drask/mask.dmi',
|
||||
"Grey" = 'icons/mob/clothing/species/grey/mask.dmi',
|
||||
"Kidan" = 'icons/mob/clothing/species/kidan/mask.dmi',
|
||||
"Vox" = 'icons/mob/clothing/species/vox/mask.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/mask/cursedclown
|
||||
name = "cursed clown mask"
|
||||
@@ -496,6 +502,12 @@
|
||||
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF
|
||||
flags = NODROP | AIRTIGHT | DROPDEL
|
||||
flags_cover = MASKCOVERSMOUTH
|
||||
sprite_sheets = list(
|
||||
"Drask" = 'icons/mob/clothing/species/drask/mask.dmi',
|
||||
"Grey" = 'icons/mob/clothing/species/grey/mask.dmi',
|
||||
"Kidan" = 'icons/mob/clothing/species/kidan/mask.dmi',
|
||||
"Vox" = 'icons/mob/clothing/species/vox/mask.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/mask/cursedclown/equipped(mob/user, slot)
|
||||
..()
|
||||
|
||||
@@ -80,7 +80,12 @@
|
||||
flags = NODROP
|
||||
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF
|
||||
has_sensor = FALSE // HUNKE
|
||||
sprite_sheets = null
|
||||
sprite_sheets = list(
|
||||
"Drask" = 'icons/mob/clothing/species/drask/under/misc.dmi',
|
||||
"Grey" = 'icons/mob/clothing/species/grey/under/misc.dmi',
|
||||
"Kidan" = 'icons/mob/clothing/species/kidan/under/misc.dmi',
|
||||
"Vox" = 'icons/mob/clothing/species/vox/under/misc.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/under/misc/burial
|
||||
name = "burial garments"
|
||||
|
||||
Reference in New Issue
Block a user