mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Add option to reject adminhelps
This commit is contained in:
@@ -12,19 +12,8 @@
|
||||
/obj/machinery/the_singularitygen/process()
|
||||
var/turf/T = get_turf(src)
|
||||
if(src.energy >= 200)
|
||||
var/admin_message = "New singularity made"
|
||||
if(fingerprintshidden && length(fingerprintshidden))
|
||||
admin_message += "touched by: "
|
||||
if(islist(fingerprintshidden))
|
||||
for(var/fp in fingerprintshidden)
|
||||
admin_message += "[fp], "
|
||||
admin_message += " - Last touched by [fingerprintslast]. at [x],[y],[z]"
|
||||
else
|
||||
admin_message += fingerprintshidden
|
||||
|
||||
log_admin(admin_message)
|
||||
message_admins("[admin_message] at [x],[y],[z]",1)
|
||||
investigate_log("[admin_message] at [x],[y],[z]","singulo")
|
||||
message_admins("A singularity has been created at [x], [y], [z] (<A HREF='?_src_=holder;adminplayerobservecoodjump=1;X=[x];Y=[y];Z=[z]'>JMP</a>)")
|
||||
investigate_log("A singularity has been created at [x], [y], [z]","singulo")
|
||||
|
||||
new /obj/singularity/(T, 50)
|
||||
if(src) qdel(src)
|
||||
@@ -38,9 +27,6 @@
|
||||
"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