This commit is contained in:
SandPoot
2023-01-23 20:44:28 -03:00
parent e292452aae
commit 54641ce201
103 changed files with 730 additions and 232 deletions
+3 -2
View File
@@ -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)