mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Blind port of Bay Radiation Subsystem
This commit is contained in:
@@ -555,4 +555,8 @@ var/datum/planet/sif/planet_sif = null
|
||||
if(!istype(T))
|
||||
return
|
||||
if(T.outdoors)
|
||||
<<<<<<< HEAD
|
||||
radiation_repository.radiate(T, rand(fallout_rad_low, fallout_rad_high))
|
||||
=======
|
||||
SSradiation.radiate(T, rand(fallout_rad_low, fallout_rad_high))
|
||||
>>>>>>> b193761... Merge pull request #6471 from Novacat/nova-runtimes
|
||||
|
||||
Reference in New Issue
Block a user