Plasmaman cultist armor (#11220)

* thanks 64x64

* cl
This commit is contained in:
kolith
2016-08-08 09:32:52 -07:00
committed by ComicIronic
parent ce8f107d45
commit 510f000d81
7 changed files with 34 additions and 2 deletions

View File

@@ -331,3 +331,21 @@
..()
if(get_dist(user,src) <= 1)
to_chat(user, "<span class='info'>This helmet has a built-in camera. It's [camera ? "" : "in"]active.</span>")
//CULT
/obj/item/clothing/suit/space/plasmaman/cultist
name = "plasmaman cultist armor"
icon_state = "plasmaman_cult"
item_state = "plasmaman_cult"
desc = "A bulky suit of armour, menacing with red energy. It looks like it would fit a plasmaman."
slowdown = 1
armor = list(melee = 60, bullet = 50, laser = 30,energy = 15, bomb = 30, bio = 30, rad = 30)
/obj/item/clothing/head/helmet/space/plasmaman/cultist
name = "plasmaman cultist helmet"
icon_state = "plasmamanCult_helmet0"
base_state = "plasmamanCult_helmet"
desc = "A containment suit designed by the followers of Nar-Sie. It glows menacingly with unearthly flames."
armor = list(melee = 60, bullet = 50, laser = 30,energy = 15, bomb = 30, bio = 30, rad = 30)