send
This commit is contained in:
@@ -13,7 +13,8 @@ In my current plan for it, 'solid' will be defined as anything with density == 1
|
||||
min_players = 15
|
||||
max_occurrences = 5
|
||||
var/atom/special_target
|
||||
|
||||
category = EVENT_CATEGORY_SPACE
|
||||
description = "The station passes through an immovable rod."
|
||||
|
||||
/datum/round_event_control/immovable_rod/admin_setup()
|
||||
if(!check_rights(R_FUN))
|
||||
@@ -24,7 +25,7 @@ In my current plan for it, 'solid' will be defined as anything with density == 1
|
||||
special_target = get_turf(usr)
|
||||
|
||||
/datum/round_event/immovable_rod
|
||||
announceWhen = 5
|
||||
announce_when = 5
|
||||
|
||||
/datum/round_event/immovable_rod/announce(fake)
|
||||
priority_announce("What the fuck was that?!", "General Alert", has_important_message = TRUE)
|
||||
|
||||
Reference in New Issue
Block a user