Unless I'm doing something wrong, it doesn't want to let me create a branch without an existing folder on the svn to branch it into.

Also fixed my power armor not improving bullet protection when active.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1677 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3
2011-06-12 00:54:38 +00:00
parent 526703b24c
commit c0bad53a84
+1 -1
View File
@@ -324,7 +324,7 @@ THERMAL GLASSES
allowed = list(/obj/item/device/flashlight,/obj/item/weapon/gun,/obj/item/weapon/baton,/obj/item/weapon/handcuffs,/obj/item/weapon/tank/emergency_oxygen)
slowdown = 9
var/fuel = 0
var/list/togglearmor = list(melee = 90, bullet = 30, laser = 60, taser = 40, bomb = 75, bio = 75, rad = 75)
var/list/togglearmor = list(melee = 90, bullet = 70, laser = 60, taser = 40, bomb = 75, bio = 75, rad = 75)
var/active = 0
var/obj/item/clothing/head/helmet/powered/helm = null