mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
@@ -1242,12 +1242,12 @@
|
||||
..()
|
||||
if(ishuman(M))
|
||||
var/mob/living/carbon/human/H = M
|
||||
H.dna.species.siemens_coeff *= 2
|
||||
H.physiology.siemens_coeff *= 2
|
||||
|
||||
/datum/reagent/teslium/on_mob_delete(mob/living/M)
|
||||
if(ishuman(M))
|
||||
var/mob/living/carbon/human/H = M
|
||||
H.dna.species.siemens_coeff *= 0.5
|
||||
H.physiology.siemens_coeff *= 0.5
|
||||
..()
|
||||
|
||||
/datum/reagent/gluttonytoxin
|
||||
|
||||
Reference in New Issue
Block a user