mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
Does the rest of the if()'s/ else's
This commit is contained in:
@@ -32,12 +32,12 @@ Notes:
|
||||
|
||||
|
||||
/datum/tooltip
|
||||
var = client/owner
|
||||
var = control = "mainwindow.tooltip"
|
||||
var = file = 'code/modules/tooltip/tooltip.html'
|
||||
var = showing = 0
|
||||
var = queueHide = 0
|
||||
var = init = 0
|
||||
var/client/owner
|
||||
var/control = "mainwindow.tooltip"
|
||||
var/file = 'code/modules/tooltip/tooltip.html'
|
||||
var/showing = 0
|
||||
var/queueHide = 0
|
||||
var/init = 0
|
||||
|
||||
|
||||
/datum/tooltip/New(client/C)
|
||||
|
||||
Reference in New Issue
Block a user