mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
Adds a minimum 5% chance to embed
This commit is contained in:
@@ -82,9 +82,9 @@
|
||||
..()
|
||||
if(embed_chance < 0)
|
||||
if(sharp)
|
||||
embed_chance = round(force/w_class)
|
||||
embed_chance = max(5, round(force/w_class))
|
||||
else
|
||||
embed_chance = round(force/(w_class*3))
|
||||
embed_chance = max(5, round(force/(w_class*3)))
|
||||
|
||||
/obj/item/equipped()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user