mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
committed by
Chompstation Bot
parent
e3a5367009
commit
9f977f893f
@@ -133,14 +133,17 @@ obj/machinery/gateway/centerstation/process()
|
||||
M.set_dir(SOUTH)
|
||||
return
|
||||
else
|
||||
//VOREStation Addition Start: Prevent taurriding abuse
|
||||
//VOREStation Addition Start: Prevent abuse
|
||||
if(istype(M, /obj/item/device/uav))
|
||||
var/obj/item/device/uav/L = M
|
||||
L.power_down()
|
||||
if(istype(M, /mob/living))
|
||||
var/mob/living/L = M
|
||||
if(LAZYLEN(L.buckled_mobs))
|
||||
var/datum/riding/R = L.riding_datum
|
||||
for(var/rider in L.buckled_mobs)
|
||||
R.force_dismount(rider)
|
||||
//VOREStation Addition End: Prevent taurriding abuse
|
||||
//VOREStation Addition End: Prevent abuse
|
||||
var/obj/effect/landmark/dest = pick(awaydestinations)
|
||||
if(dest)
|
||||
M.forceMove(dest.loc)
|
||||
|
||||
@@ -22633,7 +22633,7 @@
|
||||
/obj/structure/bed/chair/shuttle{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/closet/autolok_wall{
|
||||
/obj/structure/closet/emergsuit_wall{
|
||||
pixel_y = 32
|
||||
},
|
||||
/turf/simulated/floor/tiled/eris/white,
|
||||
@@ -23149,7 +23149,7 @@
|
||||
health = 1e+006
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/aux,
|
||||
/obj/structure/closet/autolok_wall{
|
||||
/obj/structure/closet/emergsuit_wall{
|
||||
pixel_x = 27
|
||||
},
|
||||
/turf/simulated/floor/tiled/eris/steel/gray_perforated,
|
||||
|
||||
Reference in New Issue
Block a user