mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
More anti-griff logging thanks to intigracy's mania
This commit is contained in:
@@ -12,6 +12,16 @@
|
||||
/obj/machinery/the_singularitygen/process()
|
||||
var/turf/T = get_turf(src)
|
||||
if(src.energy >= 200)
|
||||
if(fingerprintshidden.len)
|
||||
var/prints
|
||||
for(var/i = 1, i < fingerprintshidden.len, i++)
|
||||
if(i > fingerprintshidden.len)
|
||||
break
|
||||
if(i == 1)
|
||||
prints += fingerprintshidden[i]
|
||||
else
|
||||
prints += ", [fingerprintshidden[i]]"
|
||||
log_admin("New singularity made, all touchers. [prints]. Last touched by [fingerprintslast].")
|
||||
new /obj/machinery/singularity/(T, 50)
|
||||
if(src) del(src)
|
||||
|
||||
@@ -23,6 +33,7 @@
|
||||
user.visible_message("[user.name] secures [src.name] to the floor.", \
|
||||
"You secure the [src.name] to the floor.", \
|
||||
"You hear a ratchet")
|
||||
src.add_hiddenprint(user)
|
||||
else
|
||||
user.visible_message("[user.name] unsecures [src.name] from the floor.", \
|
||||
"You unsecure the [src.name] from the floor.", \
|
||||
|
||||
Reference in New Issue
Block a user