mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 12:36:16 +01:00
small code tweaks
- limited xwg code to 400% rather than 600% max height - fixed aheal fatness bug - small code cleaning - buffed chaos events - cleared up XWG pref text - readded *beep to be used by everyone
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
/obj/vehicle/ridden/space/speedbike/Initialize()
|
||||
. = ..()
|
||||
overlay = mutable_appearance(icon, overlay_state, ABOVE_MOB_LAYER)
|
||||
overlay = mutable_appearance(icon, overlay_state, BELOW_MOB_LAYER)
|
||||
add_overlay(overlay)
|
||||
var/datum/component/riding/D = LoadComponent(/datum/component/riding)
|
||||
D.set_riding_offsets(RIDING_OFFSET_ALL, list(TEXT_NORTH = list(0, -8), TEXT_SOUTH = list(0, 4), TEXT_EAST = list(-10, 5), TEXT_WEST = list( 10, 5)))
|
||||
|
||||
Reference in New Issue
Block a user