mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Deleting Unused Variables (Code Readability) (#18317)
* deleted * was supposed to delete this before first commit
This commit is contained in:
@@ -309,7 +309,7 @@ GLOBAL_LIST_INIT(default_medbay_channels, list(
|
||||
var/role = ""
|
||||
var/lifetime_timer
|
||||
var/message = ""
|
||||
universal_speak = 1
|
||||
universal_speak = TRUE
|
||||
|
||||
/mob/living/automatedannouncer/New()
|
||||
lifetime_timer = addtimer(CALLBACK(src, .proc/autocleanup), 10 SECONDS, TIMER_STOPPABLE)
|
||||
|
||||
Reference in New Issue
Block a user