mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +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)
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
armor = list(MELEE = 20, BULLET = 20, LASER = 20, ENERGY = 100, BOMB = 0, BIO = 0, RAD = 0, FIRE = 50, ACID = 50)
|
||||
var/list/barsigns=list()
|
||||
var/list/hiddensigns
|
||||
var/state = 0
|
||||
var/prev_sign = ""
|
||||
var/panel_open = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user