mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-10 17:42:15 +00:00
Cyborg console HREF exploit
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
to_chat(user, "<span class='warning'>Access Denied. This robot is not linked to you.</span>")
|
||||
return
|
||||
// Cyborgs may blow up themselves via the console
|
||||
if(isrobot(user) && user != target)
|
||||
if((isrobot(user) && user != target) || !is_authenticated(user))
|
||||
to_chat(user, "<span class='warning'>Access Denied.</span>")
|
||||
return
|
||||
var/choice = input("Really detonate [target.name]?") in list ("Yes", "No")
|
||||
|
||||
Reference in New Issue
Block a user