The delete verb no longer hard dels (#27261)

* The delete verb no longer hard dels

* did the same for add reagents and view variables
This commit is contained in:
DamianX
2020-07-26 02:33:35 +02:00
committed by GitHub
parent 133ca45654
commit c015a2f9ca
2 changed files with 3 additions and 5 deletions

View File

@@ -687,7 +687,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 as obj|mob|turf in world)
/client/proc/cmd_admin_delete(atom/O)
set category = "Admin"
set name = "Delete"