Wisewill Sprites

Added wisewills sprites - bane stuff, sec rig fixes
This commit is contained in:
Necaladun
2014-04-15 00:29:51 +09:30
parent fb29f28a96
commit 3e3fc0f314
8 changed files with 24 additions and 1 deletions
+15
View File
@@ -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"
+9 -1
View File
@@ -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"