mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Bio-suit slowdown reduction (#29075)
* changed bio_suit slowdown from 1 to 0.45 * removed sec's bio_suit slowdown value as it will inherit the same value as regular bio_suit
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
permeability_coefficient = 0.01
|
||||
flags = THICKMATERIAL
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
|
||||
slowdown = 1
|
||||
slowdown = 0.45
|
||||
allowed = list(/obj/item/tank/internals/emergency_oxygen,/obj/item/pen,/obj/item/flashlight/pen)
|
||||
armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, RAD = 200, FIRE = 20, ACID = INFINITY)
|
||||
flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT|HIDETAIL
|
||||
@@ -76,7 +76,6 @@
|
||||
/obj/item/clothing/suit/bio_suit/security
|
||||
armor = list(MELEE = 15, BULLET = 10, LASER = 15, ENERGY = 5, BOMB = 15, RAD = 200, FIRE = 20, ACID = INFINITY)
|
||||
icon_state = "bio_security"
|
||||
slowdown = 0.45 //Same as Sec MODsuit
|
||||
|
||||
|
||||
//Janitor's biosuit, grey with purple
|
||||
|
||||
Reference in New Issue
Block a user