Files
vgstation13/code/datums/gamemode/objectives/nuclear.dm
DeityLink 6b3032a55c Role Panel & rune fix (#17487)
* role panel

* role panel 2

* role panel 3

* role panel 4

* role panel 5

* role panel 6
2018-02-18 16:20:12 +00:00

11 lines
272 B
Plaintext

/datum/objective/nuclear
explanation_text = "Destroy the station with a nuclear device."
name = "Nuke the station"
/datum/objective/nuclear/IsFulfilled()
if (..())
return TRUE
if(ticker.explosion_in_progress || ticker.station_was_nuked)
return TRUE
return FALSE