mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
Reduce calcium bone-healing chance
I could give it an overdose or something, but that's too much effort for a joke
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
//VOREStation Edit
|
||||
/datum/reagent/calcium/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
if(ishuman(M) && rand(1,1000) == 1) // Higher chance of occuring than with milk, since most people don't just eat straight calcium
|
||||
if(ishuman(M) && rand(1,10000) == 1)
|
||||
var/mob/living/carbon/human/H = M
|
||||
for(var/obj/item/organ/external/O in H.bad_external_organs)
|
||||
if(O.status & ORGAN_BROKEN)
|
||||
|
||||
Reference in New Issue
Block a user