Skip to content

Commit a6afa7d

Browse files
authored
fixes a typo (#1265)
1 parent a46b51e commit a6afa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/datums/weather/weather_types/radiation_storm.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
if(prob(40))
3434
if(ishuman(L))
3535
var/mob/living/carbon/human/H = L
36-
if(H.dna && !(HAS_TRAIT(H, TRAIT_MUTATEIMMUNE) || HAS_TRAIT(H, TRAIT_MUTATEIMMUNE))) // NSV13 Don't add mutations for species that are trait immune, IPCs
36+
if(H.dna && !(HAS_TRAIT(H, TRAIT_RADIMMUNE) || HAS_TRAIT(H, TRAIT_MUTATEIMMUNE))) // NSV13 Don't add mutations for species that are trait immune, IPCs
3737
if(prob(max(0,100-resist)))
3838
H.randmuti()
3939
if(prob(50))

0 commit comments

Comments
 (0)