mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Revert debugging
This commit is contained in:
@@ -291,7 +291,6 @@
|
||||
|
||||
|
||||
proc/AttemptLateSpawn(rank)
|
||||
testing("Attempting late spawn of [src], [usr]")
|
||||
if (src != usr)
|
||||
return 0
|
||||
if(!ticker || ticker.current_state != GAME_STATE_PLAYING)
|
||||
@@ -330,9 +329,7 @@
|
||||
|
||||
|
||||
proc/AnnounceArrival(var/mob/living/carbon/human/character, var/rank)
|
||||
testing("Announcing arrival.")
|
||||
if (ticker.current_state == GAME_STATE_PLAYING)
|
||||
testing("Announcing arrival of [character.real_name].")
|
||||
var/obj/item/device/radio/intercom/a = new /obj/item/device/radio/intercom(null)// BS12 EDIT Arrivals Announcement Computer, rather than the AI.
|
||||
if(character.mind.role_alt_title)
|
||||
rank = character.mind.role_alt_title
|
||||
|
||||
Reference in New Issue
Block a user