mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Wisewill Sprites
Added wisewills sprites - bane stuff, sec rig fixes
This commit is contained in:
@@ -10,6 +10,21 @@
|
||||
permeability_coefficient = 0.01
|
||||
siemens_coefficient = 0.9
|
||||
|
||||
|
||||
//Bane gas mask
|
||||
/obj/item/clothing/mask/banemask
|
||||
name = "bane mask"
|
||||
desc = "Only when the station is in flames, do you have my permission to robust."
|
||||
icon_state = "bane_mask"
|
||||
flags = FPRINT | TABLEPASS | MASKCOVERSMOUTH | MASKCOVERSEYES | BLOCK_GAS_SMOKE_EFFECT | MASKINTERNALS
|
||||
flags_inv = HIDEEARS|HIDEEYES|HIDEFACE
|
||||
w_class = 3.0
|
||||
item_state = "bane_mask"
|
||||
gas_transfer_coefficient = 0.01
|
||||
permeability_coefficient = 0.01
|
||||
siemens_coefficient = 0.9
|
||||
|
||||
|
||||
//Plague Dr suit can be found in clothing/suits/bio.dm
|
||||
/obj/item/clothing/mask/gas/plaguedoctor
|
||||
name = "plague doctor mask"
|
||||
|
||||
@@ -428,4 +428,12 @@
|
||||
desc = "The big drum sounds good only from a distance."
|
||||
icon_state = "mafiatan"
|
||||
item_state = "mafiatan"
|
||||
_color = "mafiatan"
|
||||
_color = "mafiatan"
|
||||
|
||||
|
||||
/obj/item/clothing/under/bane
|
||||
name = "Bane Harness"
|
||||
desc = "Wear this harness to become the bane of the station."
|
||||
icon_state = "bane_harness"
|
||||
item_state = "bane"
|
||||
_color = "bane"
|
||||
Reference in New Issue
Block a user