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:
committed by
CitadelStationBot
parent
ea4061c014
commit
f132f6d703
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user