Fixes the anime fragment joke again (#23527)

This commit is contained in:
Joan Lung
2017-02-01 20:06:16 +01:00
committed by AnturK
parent aad366eae5
commit 92dedd8241
@@ -19,11 +19,11 @@
var/movement_delay_time //how long the fragment is slowed after being hit
/mob/living/simple_animal/hostile/clockwork/fragment/New()
..()
SetLuminosity(2,1)
if(prob(1))
name = "anime fragment"
desc = "I-it's not like I want to show you the light of the Justiciar or anything, B-BAKA!"
..()
SetLuminosity(2,1)
/mob/living/simple_animal/hostile/clockwork/fragment/Stat()
..()