mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Adds the Humvee into the game with basic features for playtesting!
This commit is contained in:
@@ -297,9 +297,14 @@
|
||||
|
||||
/obj/vehicle/train/rover/engine/unload(var/mob/user, var/direction)
|
||||
var/mob/living/carbon/human/C = load
|
||||
|
||||
|
||||
if(ismob(load))
|
||||
unbuckle_mob(load)
|
||||
C.alpha = 255
|
||||
C.alpha = 255
|
||||
|
||||
load = null
|
||||
|
||||
|
||||
//Load the object "inside" the trolley and add an overlay of it.
|
||||
//This prevents the object from being interacted with until it has
|
||||
|
||||
Reference in New Issue
Block a user