Merge pull request #5941 from Citadel-Station-13/upstream-merge-36346

[MIRROR] Makes touching (8)balls take less time
This commit is contained in:
LetterJay
2018-03-14 10:42:13 -05:00
committed by GitHub
+4 -2
View File
@@ -11,8 +11,8 @@
var/shaking = FALSE
var/on_cooldown = FALSE
var/shake_time = 150
var/cooldown_time = 1800
var/shake_time = 50
var/cooldown_time = 100
var/static/list/possible_answers = list(
"It is certain",
@@ -95,6 +95,8 @@
// except it actually ASKS THE DEAD (wooooo)
/obj/item/toy/eightball/haunted
shake_time = 150
cooldown_time = 1800
flags_1 = HEAR_1
var/last_message
var/selected_message