mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user