Decreases pinpointer ping time to four seconds

This commit is contained in:
4DPlanner
2017-05-06 00:13:12 +01:00
parent bd0c237912
commit 196da40501
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,5 +1,6 @@
#define PINPOINTER_MINIMUM_RANGE 15
#define PINPOINTER_EXTRA_RANDOM_RANGE 10
#define PINPOINTER_PING_TIME 40
/datum/game_mode/traitor/internal_affairs
name = "Internal Affairs"
@@ -90,7 +91,7 @@
scan_for_target()
point_to_target()
var/datum/callback/C = new(src, .pinpointer_ping_func)
addtimer(C, 100)
addtimer(C, PINPOINTER_PING_TIME)
/proc/give_pinpointer(datum/mind/owner)
if(owner && owner.current)
@@ -278,3 +279,4 @@
#undef PINPOINTER_EXTRA_RANDOM_RANGE
#undef PINPOINTER_MINIMUM_RANGE
#undef PINPOINTER_PING_TIME
+1 -1
View File
@@ -1 +1 @@
internal_affairs
extended