Merge pull request #35393 from optimumtact/blueprintlogging
blueprint area changes are now logged to the game log
This commit is contained in:
committed by
CitadelStationBot
parent
d6f916f37b
commit
13b01b042e
@@ -191,6 +191,7 @@
|
|||||||
var/obj/machinery/door/firedoor/FD = D
|
var/obj/machinery/door/firedoor/FD = D
|
||||||
FD.CalculateAffectingAreas()
|
FD.CalculateAffectingAreas()
|
||||||
to_chat(usr, "<span class='notice'>You rename the '[prevname]' to '[str]'.</span>")
|
to_chat(usr, "<span class='notice'>You rename the '[prevname]' to '[str]'.</span>")
|
||||||
|
log_game("[key_name(usr)] has renamed [prevname] to [str]")
|
||||||
interact()
|
interact()
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user