mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Station Goals (#20009)
* goals initial * Revamps Meteor Shield Minor UI touchups. Fixes DNA Vault completion check. * Allows admins to varedit goal completion. Does not clear dna probe on upload. * Missed icons and template. * Spelling, proper attackby returns * Meteor shield emag effect only works when it's active. * Admin panel for station goals. * Some visual feedback and spans. * Announcement now shows the goal name. * Fixes * Fixes and adminlog * Tgui build * Moves the information to intercept report except for admin spawned ones.
This commit is contained in:
@@ -55,7 +55,6 @@ var/datum/subsystem/ticker/ticker
|
||||
|
||||
var/maprotatechecked = 0
|
||||
|
||||
|
||||
/datum/subsystem/ticker/New()
|
||||
NEW_SS_GLOBAL(ticker)
|
||||
|
||||
@@ -443,6 +442,8 @@ var/datum/subsystem/ticker/ticker
|
||||
for(var/i in total_antagonists)
|
||||
log_game("[i]s[total_antagonists[i]].")
|
||||
|
||||
mode.declare_station_goal_completion()
|
||||
|
||||
//Adds the del() log to world.log in a format condensable by the runtime condenser found in tools
|
||||
if(SSgarbage.didntgc.len)
|
||||
var/dellog = ""
|
||||
|
||||
Reference in New Issue
Block a user