The delete verb now hard-deletes once again (#30502)

* The delete verb now hard-deletes once again

* this too
This commit is contained in:
DamianX
2021-09-07 17:22:58 +02:00
committed by GitHub
parent 9fc6406a87
commit 62d42b1ce8
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
// reference: /client/proc/modify_variables(var/atom/O, var/param_var_name = null, var/autodetect_class = 0)
/client/proc/debug_reagents(atom/D)
/client/proc/debug_reagents(atom/D in world)
set category = "Debug"
set name = "Add Reagent"
@@ -21,7 +21,7 @@
log_admin("[key_name(usr)] added [reagentDatum] with [reagentAmount] units to [A] at [reagentTemp]K temperature.")
message_admins("[key_name(usr)] added [reagentDatum] with [reagentAmount] units to [A] at [reagentTemp]K temperature.")
/client/proc/debug_variables(atom/D)
/client/proc/debug_variables(atom/D in world)
set category = "Debug"
set name = "View Variables"

View File

@@ -688,7 +688,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
message_admins("[key_name_admin(src)] has created a command report", 1)
feedback_add_details("admin_verb","CCR") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/cmd_admin_delete(atom/O)
/client/proc/cmd_admin_delete(atom/O in world)
set category = "Admin"
set name = "Delete"