mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Driving the Adminbus now requires +R_PERMISSIONS
This commit is contained in:
@@ -654,7 +654,13 @@ var/global/floorIsLava = 0
|
||||
dat += {"
|
||||
<B>Fourth-Wall Demolition</B><BR>
|
||||
<BR>
|
||||
"}
|
||||
if(check_rights(R_PERMISSIONS,0))
|
||||
dat += {"
|
||||
<A href='?src=\ref[src];secretsfun=spawnadminbus'>Spawn an Adminbus</A><BR>
|
||||
"}
|
||||
if(check_rights(R_FUN,0))
|
||||
dat += {"
|
||||
<A href='?src=\ref[src];secretsfun=spawnselfdummy'>Spawn yourself as a Test Dummy</A><BR>
|
||||
<BR>
|
||||
"}
|
||||
|
||||
Reference in New Issue
Block a user