Fixes Trailing newlines and hopefully the bunkerD issue

This commit is contained in:
KT
2021-11-11 01:38:21 -05:00
parent a992d9c68d
commit 507557df16
6 changed files with 35 additions and 17 deletions

View File

@@ -178,4 +178,4 @@ var/datum/planet/class_d/planet_class_d = null
if(!istype(T))
return
if(T.outdoors)
SSradiation.radiate(T, rand(fallout_rad_low, fallout_rad_high))
SSradiation.radiate(T, rand(fallout_rad_low, fallout_rad_high))