Merge pull request #1126 from ArchieBeepBoop/RBMK_Branch_Simple

[Experimental] Ports NSV13's rbmk fission reactor
This commit is contained in:
Dahlular
2021-05-05 20:56:46 -06:00
committed by GitHub
52 changed files with 8222 additions and 7 deletions
+5 -1
View File
@@ -537,6 +537,10 @@
SEND_SIGNAL(src, COMSIG_ATOM_EMAG_ACT)
/atom/proc/rad_act(strength)
if(istype(get_turf(src), /turf/open/pool))
var/turf/open/pool/PL = get_turf(src)
if(PL.filled == TRUE)
strength *= 0.15
SEND_SIGNAL(src, COMSIG_ATOM_RAD_ACT, strength)
/atom/proc/narsie_act()
@@ -894,4 +898,4 @@ Proc for attack log creation, because really why not
if(href_list["statpanel_item_click"])
// first of all make sure we valid
var/mouseparams = list2params(paramslist)
usr_client.Click(src, loc, null, mouseparams)
usr_client.Click(src, loc, null, mouseparams)
+1 -1
View File
@@ -9,7 +9,7 @@
S.update_icon()
S.power_change()
var/list/skipped_areas = list(/area/engine/engineering, /area/engine/supermatter, /area/engine/atmospherics_engine, /area/ai_monitored/turret_protected/ai)
var/list/skipped_areas = list(/area/engine/engineering, /area/engine/supermatter, /area/engine/atmospherics_engine, /area/engine/engineering/reactor_core, /area/engine/engineering/reactor_control, /area/ai_monitored/turret_protected/ai)
for(var/area/A in world)
if( !A.requires_power || A.always_unpowered )