mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Ports wheelchairs from Hippiestation (#42401)
* Ports wheelchairs from Hippiestation * Apply suggestions from code review Thanks Cyberboss! Co-Authored-By: 81Denton <32391752+81Denton@users.noreply.github.com> * Removes unneccessary vars+attackby(), uses obj_destruction() * Uses overlay SS and moved() * removes redundant else, GetComponent(), moves has_buckled_mobs() to Destroy(), etc. * Apply suggestions from code review Co-Authored-By: 81Denton <32391752+81Denton@users.noreply.github.com> * Removes unneeded has_buckled_mobs()
This commit is contained in:
@@ -382,6 +382,14 @@
|
||||
/obj/item/stack/rods = 12)
|
||||
category = CAT_MISC
|
||||
|
||||
/datum/crafting_recipe/wheelchair
|
||||
name = "Wheelchair"
|
||||
result = /obj/vehicle/ridden/wheelchair
|
||||
reqs = list(/obj/item/stack/sheet/metal = 4,
|
||||
/obj/item/stack/rods = 6)
|
||||
time = 100
|
||||
category = CAT_MISC
|
||||
|
||||
/datum/crafting_recipe/mousetrap
|
||||
name = "Mouse Trap"
|
||||
result = /obj/item/assembly/mousetrap
|
||||
|
||||
Reference in New Issue
Block a user