Update game_mode.dm

This commit is contained in:
LetterJay
2017-12-19 15:34:59 -06:00
committed by GitHub
parent cb8c6cd5e2
commit 61c7080c34
-3
View File
@@ -450,8 +450,6 @@
/datum/game_mode/proc/OnNukeExplosion(off_station)
if(off_station < 2)
station_was_nuked = TRUE //Will end the round on next check.
<<<<<<< HEAD
=======
//Additional report section in roundend report
/datum/game_mode/proc/special_report()
@@ -466,4 +464,3 @@
SSticker.news_report = STATION_EVACUATED
if(SSshuttle.emergency.is_hijacked())
SSticker.news_report = SHUTTLE_HIJACK
>>>>>>> 3d81385... Roundend report refactor (#33246)