Merge pull request #4124 from CHOMPStation2/upstream-merge-12796
[MIRROR] Particle Gun Fix
@@ -1,10 +1,7 @@
|
||||
/obj/item/weapon/gun/energy/particle //base gun, similar stats to an egun
|
||||
name = "Anti-particle projector pistol"
|
||||
icon = 'icons/obj/gun_vr.dmi'
|
||||
icon_state = "ppistol"
|
||||
item_state = "ppistol_item"
|
||||
icon_override = 'icons/obj/gun_vr.dmi'
|
||||
item_icons = null
|
||||
item_state = "ppistol"
|
||||
desc = "A Kawashima Material Technology Model 7 anti-particle projector, housed in a rugged casing."
|
||||
description_info = "An unconventional weapon, APP guns generate attogram-scale quantities of antimatter which \
|
||||
are then launched using an electromagnetic field. They are only suitable for use in depressurised environments, \
|
||||
@@ -29,7 +26,7 @@
|
||||
/obj/item/weapon/gun/energy/particle/advanced //particle equivalent of AEG
|
||||
name = "Advanced anti-particle rifle"
|
||||
icon_state = "particle"
|
||||
item_state = "particle_item"
|
||||
item_state = "particle"
|
||||
desc = "An antiparticle projector gun with an enhanced power-generation unit."
|
||||
slot_flags = SLOT_BELT
|
||||
force = 8 //looks heavier than a pistol
|
||||
@@ -46,7 +43,7 @@
|
||||
name = "Anti-particle cannon"
|
||||
desc = "A giant beast of an antimatter gun, packed with an internal reactor to allow for extreme longevity on remote mining expeditions."
|
||||
icon_state = "heavyparticle"
|
||||
item_state = "heavyparticle_item"
|
||||
item_state = "heavyparticle"
|
||||
fire_sound = 'sound/weapons/lasercannonfire.ogg'
|
||||
slot_flags = SLOT_BACK
|
||||
origin_tech = list(TECH_COMBAT = 5, TECH_MATERIAL = 5, TECH_POWER = 4, TECH_MAGNET = 4)
|
||||
|
||||
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 125 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 59 KiB |