RADIATION SUITS added to engineering

RADIATION SUITS protect from 100% radiation
RIG SUIT offers some protection from singularity's radiation
SPACE SUITS offer little protection, but some none the less

being UNPROTECTED near the singularity is still deadly and I'd like this to not change. Use radiation suits!

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1030 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-02-12 23:29:26 +00:00
parent 3fc7dc2a63
commit 875c31fda0
5 changed files with 3166 additions and 3132 deletions
+18
View File
@@ -58,6 +58,17 @@
openicon = "largebinopen"
closedicon = "largebin"
/obj/crate/radiation
desc = "A crate with a radiation sign on it."
name = "Radioactive gear crate"
icon = 'storage.dmi'
icon_state = "radiation"
density = 1
openicon = "radiationopen"
closedicon = "radiation"
/obj/item/clothing/suit/radiation
/obj/crate/secure/weapon
desc = "A secure weapons crate."
name = "Weapons crate"
@@ -174,6 +185,13 @@
new /obj/item/weapon/rcd_ammo(src)
new /obj/item/weapon/rcd(src)
/obj/crate/radiation/New()
..()
new /obj/item/clothing/suit/radiation(src)
new /obj/item/clothing/suit/radiation(src)
new /obj/item/clothing/suit/radiation(src)
new /obj/item/clothing/suit/radiation(src)
/obj/crate/proc/open()
playsound(src.loc, 'click.ogg', 15, 1, -3)