Update game_mode.dm

This commit is contained in:
LetterJay
2017-12-19 22:11:04 -06:00
committed by GitHub
parent 7dec65ff85
commit 4d5c32ae56
+4 -3
View File
@@ -527,7 +527,8 @@
/datum/game_mode/proc/generate_report() //Generates a small text blurb for the gamemode in centcom report
return "Gamemode report for [name] not set. Contact a coder."
/datum/game_mode/proc/OnNukeExplosion(off_station)
//By default nuke just ends the round
/datum/game_mode/proc/OnNukeExplosion(off_station)
nuke_off_station = off_station
if(off_station < 2).
station_was_nuked = TRUE //Will end the round on next check.
if(off_station < 2)
station_was_nuked = TRUE //Will end the round on next check.