mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Merge pull request #5892 from chaoko99/gloves
Budget insuls now provide a minimum level of protection.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
/obj/item/clothing/gloves/fyellow/Initialize()
|
||||
. = ..()
|
||||
//Picks a value between 0 and 1.25, in 5% increments // VOREStation edit
|
||||
var/shock_pick = rand(0,25) // VOREStation Edit
|
||||
var/shock_pick = rand(0,15) // VOREStation Edit
|
||||
siemens_coefficient = shock_pick * 0.05
|
||||
|
||||
/obj/item/clothing/gloves/black
|
||||
|
||||
Reference in New Issue
Block a user