mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Re-added deletion logging
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/atom/Del()
|
||||
var/log_file = file("[time2text(world.timeofday, "deletions/DD-MM-YYYY.txt")]")
|
||||
log_file << "Atom [name] - [x],[y],[z]"
|
||||
. = ..()
|
||||
|
||||
/atom/proc/MouseDrop_T()
|
||||
return
|
||||
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
if (get_dist(user, src) > 1)
|
||||
user << "\red You can't reach [src] from here."
|
||||
return
|
||||
if(istype(user:gloves,/obj/item/clothing/gloves))
|
||||
if(ishuman(user) && istype(user:gloves,/obj/item/clothing/gloves))
|
||||
return ..()
|
||||
for(var/mob/O in viewers(src, null))
|
||||
O.show_message(text("<b>[]</b> touches [].", user, src), 1)
|
||||
|
||||
Reference in New Issue
Block a user