Logs-blueprint-naming (#15525)

This commit is contained in:
Qwertytoforty
2021-02-18 16:04:26 +00:00
committed by GitHub
parent bdc69a5635
commit 68be2cbe8b
+4
View File
@@ -228,6 +228,8 @@
FD.CalculateAffectingAreas()
interact()
message_admins("A new room was made by [ADMIN_LOOKUPFLW(usr)] at [ADMIN_VERBOSEJMP(src)] with the name [str]")
log_game("A new room was made by [key_name(usr)] at [AREACOORD(src)] with the name [str]")
area_created = TRUE
return area_created
@@ -248,6 +250,8 @@
FD.CalculateAffectingAreas()
to_chat(usr, "<span class='notice'>You rename the '[prevname]' to '[str]'.</span>")
interact()
message_admins("A room was renamed by [ADMIN_LOOKUPFLW(usr)] at [ADMIN_VERBOSEJMP(usr)] changing the name from [prevname] to [str]")
log_game("A room was renamed by [key_name(usr)] at [AREACOORD(usr)] changing the name from [prevname] to [str] ")
return 1