Update debug.dm

This commit is contained in:
Verkister
2022-03-25 18:07:25 +02:00
committed by GitHub
parent 6abbc4a110
commit 5ba56e0acd
+2 -2
View File
@@ -445,7 +445,7 @@
if(outfit.undress)
H.delete_inventory()
outfit.equip(H)
log_and_message_admins("changed the equipment of [key_name(H)] to [outfit.name].")
log_and_message_admins("changed the equipment of [key_name(H)] to [outfit.name].", usr)
/client/proc/startSinglo()
@@ -672,4 +672,4 @@
var/log = "[key_name(src)] changed [planet.name]'s time to [planet.current_time.show_time("hh:mm")]."
message_admins(log)
log_admin(log)
log_admin(log)