mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* mining ayyy * default power is 1 + fix plasma cutter * mining charges + hardness changes + lightens icon * admins * Update minerals.dm * Update minerals.dm * Update minerals.dm * Update mining_charges.dm * Update minerals.dm * upgrades * fixes bugs * Update world_anvil.dm * ow * Update code/modules/mining/lavaland/world_anvil.dm Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> * Update code/modules/mining/lavaland/world_anvil.dm Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> * Update code/modules/mining/lavaland/world_anvil.dm Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> * Update code/modules/mining/lavaland/world_anvil.dm Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> * Update code/modules/mining/lavaland/world_anvil.dm Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> * Update code/modules/mining/equipment/mining_charges.dm Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> * fixes stuff * Update code/modules/mining/lavaland/world_anvil.dm Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> * bad cowbot * fixingg buggsss * Update kinetic_accelerator.dm * new spritz * no free c4 * Update energy.dmi * Update mining_charges.dm * Update resonator.dm * Update resonator.dm * inhands * adv plasmacutter inhand sure * Update world_anvil.dm * no ghosts * Update minerals.dm * yeah this is probably fine * Update mining_charges.dm * Update mining_charges.dm * Update mining_charges.dm * Update mining_charges.dm * Update world_anvil.dm Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>
This commit is contained in:
@@ -212,9 +212,17 @@
|
||||
/obj/item/gun/energy/plasmacutter/adv
|
||||
name = "advanced plasma cutter"
|
||||
icon_state = "adv_plasmacutter"
|
||||
item_state = "adv_plasmacutter"
|
||||
force = 15
|
||||
ammo_type = list(/obj/item/ammo_casing/energy/plasma/adv)
|
||||
|
||||
/obj/item/gun/energy/plasmacutter/adv/mega
|
||||
name = "mega plasma cutter"
|
||||
icon_state = "adv_plasmacutter_m"
|
||||
item_state = "plasmacutter_mega"
|
||||
desc = "A mining tool capable of expelling concentrated plasma bursts. You could use it to cut limbs off xenos! Or, you know, mine stuff. This one has been enhanced with plasma magmite."
|
||||
ammo_type = list(/obj/item/ammo_casing/energy/plasma/adv/mega)
|
||||
|
||||
/obj/item/gun/energy/plasmacutter/scatter
|
||||
name = "plasma cutter shotgun"
|
||||
icon_state = "miningshotgun"
|
||||
|
||||
Reference in New Issue
Block a user