Merge pull request #1282 from CHOMPStationBot/upstream-merge-9612

[MIRROR] [MIRROR] Fixed global_announce autospeaker
This commit is contained in:
Razgriz
2021-02-13 15:56:00 -07:00
committed by GitHub
4 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -948,7 +948,7 @@ var/datum/announcement/minor/admin_min_announcer = new
log_admin("[key_name(usr)] toggled persistence to [config.persistence_disabled ? "Off" : "On"].")
world.update_status()
feedback_add_details("admin_verb","TPD") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/datum/admins/proc/togglemaploadpersistence()
set category = "Server"
set desc="Whether mapload persistent data will be saved from now on."
+1 -1
View File
@@ -5,8 +5,8 @@
icon_state = "mfloor1"
random_icon_states = list("mfloor1", "mfloor2", "mfloor3", "mfloor4", "mfloor5", "mfloor6", "mfloor7")
color = "#464f33"
persistent = TRUE
anchored = 1
persistent = TRUE
/obj/effect/decal/cleanable/filth/Initialize()
. = ..()