Skip to content

Commit

Permalink
Merge branch 'announcers' of https://github.com/PhantornRU/BandaStation
Browse files Browse the repository at this point in the history
… into announcers
  • Loading branch information
PhantornRU committed Dec 26, 2024
2 parents a1f5918 + 73cd999 commit fc776ca
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions modular_bandastation/announcers/_announcers.dm
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
/datum/modpack/announcers
name = "Announcers modpack"
desc = "Дополнительные оповещалки различных сообщениях (аля о шаттле прибытия и угрозах)"
name = "Announcers"
desc = "Дополнительные оповещалки различных сообщениях (аля о шаттле прибытия и угрозах)."
author = "PhantomRU"

/datum/modpack/announcers/pre_initialize()
. = ..()

/datum/modpack/announcers/initialize()
. = ..()

/datum/modpack/announcers/post_initialize()
. = ..()

0 comments on commit fc776ca

Please sign in to comment.