mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes syndicate borg L6 icon (#42751)
This commit is contained in:
committed by
yogstation13-bot
parent
05a759891e
commit
a00ce39998
@@ -124,7 +124,7 @@
|
||||
attack_verb = list("attacked", "slashed", "cut", "sliced")
|
||||
force = 12
|
||||
sharpness = IS_SHARP
|
||||
can_charge = 0
|
||||
can_charge = FALSE
|
||||
|
||||
heat = 3800
|
||||
usesound = list('sound/items/welder.ogg', 'sound/items/welder2.ogg')
|
||||
@@ -283,12 +283,12 @@
|
||||
/obj/item/gun/energy/printer
|
||||
name = "cyborg lmg"
|
||||
desc = "An LMG that fires 3D-printed flechettes. They are slowly resupplied using the cyborg's internal power source."
|
||||
icon_state = "l6closed0"
|
||||
icon_state = "l6_cyborg"
|
||||
icon = 'icons/obj/guns/projectile.dmi'
|
||||
cell_type = "/obj/item/stock_parts/cell/secborg"
|
||||
ammo_type = list(/obj/item/ammo_casing/energy/c3dbullet)
|
||||
can_charge = 0
|
||||
use_cyborg_cell = 1
|
||||
can_charge = FALSE
|
||||
use_cyborg_cell = TRUE
|
||||
|
||||
/obj/item/gun/energy/printer/update_icon()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user