- Changed Radiation suit protection back to 100%, it should never be less than that.

- Fixed the wires and pipes for the Firing Range
- Added a couple of Holopads:
    One in the centre of the Brig area.
    One in front of the HoS office.
- Made the Brig intercoms more visible.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2500 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
trubblebass@gmail.com
2011-11-08 20:23:28 +00:00
parent c00d699ab6
commit 6987bd1546
2 changed files with 8386 additions and 8383 deletions

View File

@@ -34,7 +34,7 @@
icon_state = "rad"
desc = "A hood with radiation protective properties. Label: Made with lead, do not eat insulation"
flags = FPRINT|TABLEPASS|HEADSPACE|HEADCOVERSEYES|HEADCOVERSMOUTH|BLOCKHAIR
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 60, rad = 90)
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 60, rad = 100)
/obj/item/clothing/suit/radiation
name = "Radiation suit"
@@ -49,4 +49,4 @@
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank/emergency_oxygen)
slowdown = 1.5
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 60, rad = 90)
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 60, rad = 100)