mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
The delete verb now hard-deletes once again (#30502)
* The delete verb now hard-deletes once again * this too
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user