Merge pull request #9618 from Novacat/nova-basicfixes

Some minor fixes
This commit is contained in:
Novacat
2021-01-27 17:08:47 -05:00
committed by Chompstation Bot
parent e3a5367009
commit 9f977f893f
2 changed files with 7 additions and 4 deletions

View File

@@ -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)

View File

@@ -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,