mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Deals with the avalanche. (#16796)
This commit is contained in:
@@ -597,10 +597,10 @@
|
||||
if(usr.locked_to && istype(usr.locked_to, /obj/structure/bed/chair/vehicle/adminbus))
|
||||
var/obj/structure/bed/chair/vehicle/adminbus/A = usr.locked_to
|
||||
A.Send_Home(usr)
|
||||
if("Antag Madness!")
|
||||
/*if("Antag Madness!")
|
||||
if(usr.locked_to && istype(usr.locked_to, /obj/structure/bed/chair/vehicle/adminbus))
|
||||
var/obj/structure/bed/chair/vehicle/adminbus/A = usr.locked_to
|
||||
A.Make_Antag(usr)
|
||||
A.Make_Antag(usr)*/
|
||||
if("Give Infinite Laser Guns to the Passengers")
|
||||
if(usr.locked_to && istype(usr.locked_to, /obj/structure/bed/chair/vehicle/adminbus))
|
||||
var/obj/structure/bed/chair/vehicle/adminbus/A = usr.locked_to
|
||||
|
||||
Reference in New Issue
Block a user