Update code/modules/reagents/chemistry/reagents/toxin_reagents.dm

Co-authored-by: DeltaFire <46569814+DeltaFire15@users.noreply.github.com>
This commit is contained in:
silicons
2021-01-17 20:41:48 -07:00
committed by GitHub
parent 608465f1ed
commit 0db94c5aa8
@@ -783,7 +783,7 @@
value = REAGENT_VALUE_VERY_RARE
/datum/reagent/toxin/rotatium/on_mob_life(mob/living/carbon/M)
return // until fixed - the rotations never stop
return ..() // until fixed - the rotations never stop
/*
if(M.hud_used)
if(current_cycle >= 20 && current_cycle%20 == 0)