This commit is contained in:
Arkatos1
2019-05-01 16:04:07 +02:00
parent 791bebf51c
commit c6a91eafdd
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -593,7 +593,7 @@ var/global/image/fire_overlay = image("icon" = 'icons/goonstation/effects/fire.d
/obj/item/MouseEntered(location, control, params)
if(in_inventory)
var/timedelay = 7
var/timedelay = 8
var/user = usr
tip_timer = addtimer(CALLBACK(src, .proc/openTip, location, control, params, user), timedelay, TIMER_STOPPABLE)