mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
modules misc (#18315)
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
name = "mounted turret"
|
||||
scan_range = 7
|
||||
emp_vulnerable = 1
|
||||
density = 0
|
||||
density = FALSE
|
||||
|
||||
/obj/vehicle/atv/turret/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
desc = "A basic vehicle, vroom"
|
||||
icon = 'icons/obj/vehicles.dmi'
|
||||
icon_state = "scooter"
|
||||
density = 1
|
||||
anchored = 0
|
||||
density = TRUE
|
||||
anchored = FALSE
|
||||
can_buckle = TRUE
|
||||
buckle_lying = FALSE
|
||||
max_integrity = 300
|
||||
@@ -18,7 +18,7 @@
|
||||
var/last_move_diagonal = FALSE
|
||||
var/vehicle_move_delay = 2 //tick delay between movements, lower = faster, higher = slower
|
||||
var/auto_door_open = TRUE
|
||||
var/needs_gravity = 0 //To allow non-space vehicles to move in no gravity or not, mostly for adminbus
|
||||
var/needs_gravity = FALSE //To allow non-space vehicles to move in no gravity or not, mostly for adminbus
|
||||
//Pixels
|
||||
var/generic_pixel_x = 0 //All dirs show this pixel_x for the driver
|
||||
var/generic_pixel_y = 0 //All dirs shwo this pixel_y for the driver
|
||||
|
||||
Reference in New Issue
Block a user