mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Merge pull request #975 from JoanRisu/Fluff_Items_worshop
Fixes key for Humvee
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
|
||||
load_item_visible = 0
|
||||
load_offset_x = 0
|
||||
mob_offset_y = 7
|
||||
pixel_x = -8
|
||||
pixel_y = -8
|
||||
|
||||
@@ -83,7 +82,7 @@
|
||||
..()
|
||||
|
||||
/obj/vehicle/train/rover/engine/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
if(istype(W, /obj/item/weapon/key/cargo_train))
|
||||
if(istype(W, /obj/item/weapon/key/rover))
|
||||
if(!key)
|
||||
user.drop_item()
|
||||
W.forceMove(src)
|
||||
|
||||
Reference in New Issue
Block a user