mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 17:43:35 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user