mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
[READY] Adds rideable Goliaths (#49003)
* adds rideable goliaths * stamding on the emdge * plems work * this should be it * FUCK YOU TRAVIS * primal friendly * ok athath buddy * mmm grayons * sprite gang * placeholder sprite, works till someone makes a new one maybe haha * lets do this * An object tames a monstrous beast somehow. More news at 5.
This commit is contained in:
@@ -786,3 +786,11 @@
|
||||
/obj/item/shovel/spade = 1)
|
||||
result = /obj/item/shovel/serrated
|
||||
category = CAT_PRIMAL
|
||||
|
||||
/datum/crafting_recipe/lasso
|
||||
name = "Bone Lasso"
|
||||
reqs = list(
|
||||
/obj/item/stack/sheet/bone = 1,
|
||||
/obj/item/stack/sheet/sinew = 5)
|
||||
result = /obj/item/key/lasso
|
||||
category = CAT_PRIMAL
|
||||
|
||||
@@ -197,7 +197,7 @@
|
||||
handle_vehicle_layer()
|
||||
handle_vehicle_offsets()
|
||||
else
|
||||
to_chat(user, "<span class='warning'>You'll need the keys in one of your hands to [drive_verb] [AM].</span>")
|
||||
to_chat(user, "<span class='warning'>You'll need a special item in one of your hands to [drive_verb] [AM].</span>")
|
||||
|
||||
/datum/component/riding/proc/Unbuckle(atom/movable/M)
|
||||
addtimer(CALLBACK(parent, /atom/movable/.proc/unbuckle_mob, M), 0, TIMER_UNIQUE)
|
||||
|
||||
Reference in New Issue
Block a user