Makes touching (8)balls take less time (#36346)

* Makes touching (8)balls take less time

* Lower it more because holy shit
This commit is contained in:
Dax Dupont
2018-03-14 02:44:00 +01:00
committed by CitadelStationBot
parent ea4061c014
commit f132f6d703
+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