Moved makepowernets() into SSmachines initialization proc.

This commit is contained in:
Leshana
2017-12-28 15:21:14 -05:00
parent a97a574278
commit a1734c97e9
7 changed files with 8 additions and 24 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ proc/explosion(turf/epicenter, devastation_range, heavy_impact_range, light_impa
sleep(8)
if(!powernet_rebuild_was_deferred_already && defer_powernet_rebuild)
makepowernets()
SSmachines.makepowernets()
defer_powernet_rebuild = 0
return 1