mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
combat cyborg with a extinguisher (#26505)
This commit is contained in:
@@ -928,11 +928,13 @@
|
||||
// Overall, gamma borg has higher skill floor but lower skill ceiling.
|
||||
/obj/item/melee/baton/loaded, // secondary weapon, for things immune to burn, immune to ranged weapons, or for arresting low-grade threats
|
||||
/obj/item/restraints/handcuffs/cable/zipties/cyborg,
|
||||
/obj/item/pickaxe/drill/jackhammer // for breaking walls to execute flanking moves
|
||||
/obj/item/pickaxe/drill/jackhammer, // for breaking walls to execute flanking moves
|
||||
/obj/item/extinguisher/mini // for friendly fire from their immolator gun.
|
||||
)
|
||||
special_rechargables = list(
|
||||
/obj/item/melee/baton/loaded,
|
||||
/obj/item/gun/energy/immolator/multi/cyborg
|
||||
/obj/item/gun/energy/immolator/multi/cyborg,
|
||||
/obj/item/extinguisher/mini
|
||||
)
|
||||
|
||||
// Destroyer security module.
|
||||
|
||||
Reference in New Issue
Block a user