web-editor played me a good prank.

This commit is contained in:
Ghom
2020-04-18 03:48:57 +02:00
committed by GitHub
parent 9c4d10a19c
commit 2659459233
+1 -1
View File
@@ -120,7 +120,7 @@
if(can_contam && contam_atoms.len)
var/rad_strength = ((strength-RAD_MINIMUM_CONTAMINATION) * RAD_CONTAMINATION_STR_COEFFICIENT)/contam_atoms.len
for(var/A in contam_atoms)
var/atom/thing = A
var/atom/thing = A
thing.AddComponent(/datum/component/radioactive, rad_strength, source)
did_contam = 1
return did_contam