mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Fixes player tips becoming spammy past 75 minutes
This commit is contained in:
@@ -30,6 +30,7 @@ Controlled by the player_tips subsystem under code/controllers/subsystems/player
|
||||
to_chat(M, SPAN_NOTICE("[tip]"))
|
||||
|
||||
last_tip = tip
|
||||
last_tip_time = world.time
|
||||
tip_delay = rand(min_tip_delay, max_tip_delay)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user