Merge pull request #5355 from Citadel-Station-13/upstream-merge-35393

[MIRROR] blueprint area changes are now logged to the game log
This commit is contained in:
deathride58
2018-02-07 19:11:47 +00:00
committed by GitHub
+1
View File
@@ -191,6 +191,7 @@
var/obj/machinery/door/firedoor/FD = D
FD.CalculateAffectingAreas()
to_chat(usr, "<span class='notice'>You rename the '[prevname]' to '[str]'.</span>")
log_game("[key_name(usr)] has renamed [prevname] to [str]")
interact()
return 1