mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
Hoverpod tweaks
Hoverpods are a subtype of mecha/working again, but drills are now ripley specific. Hoverpods have increased cargo and can carry 3 tools. Hoverpod crates now come with a clamp and passenger compartment pre-installed. Brings back the combatpod, can equip weapons.
This commit is contained in:
@@ -70,5 +70,11 @@
|
||||
|
||||
/obj/structure/largecrate/hoverpod/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
if(istype(W, /obj/item/weapon/crowbar))
|
||||
new /obj/mecha/hoverpod(loc)
|
||||
var/obj/item/mecha_parts/mecha_equipment/ME
|
||||
var/obj/mecha/working/hoverpod/H = new (loc)
|
||||
|
||||
ME = new /obj/item/mecha_parts/mecha_equipment/tool/hydraulic_clamp
|
||||
ME.attach(H)
|
||||
ME = new /obj/item/mecha_parts/mecha_equipment/tool/passenger
|
||||
ME.attach(H)
|
||||
..()
|
||||
Reference in New Issue
Block a user