* maps, tgui, tools * defines and helpers * onclick and controllers * datums fucking caught that hulk reversal too. * game and shuttle modular * module/admin * oh god they fucking moved antag shit again * haaaaate. Haaaaaaaaaate. * enables moff wings * more modules things * tgstation.dme before I forget something important * some mob stuff * s'more mob/living stuff * some carbon stuff * ayy lmaos and kitchen meat * Human stuff * species things moff wings have a 'none' version too * the rest of the module stuff. * some strings * misc * mob icons * some other icons. * It compiles FUCK BORERS FUCK BORERS
27 lines
799 B
Plaintext
27 lines
799 B
Plaintext
/obj/item/gun/energy/megabuster
|
|
name = "Mega-buster"
|
|
desc = "An arm-mounted buster toy!"
|
|
icon_state = "megabuster"
|
|
item_state = "megabuster"
|
|
w_class = WEIGHT_CLASS_SMALL
|
|
ammo_type = list(/obj/item/ammo_casing/energy/megabuster)
|
|
clumsy_check = FALSE
|
|
item_flags = NEEDS_PERMIT
|
|
selfcharge = TRUE
|
|
cell_type = "/obj/item/stock_parts/cell/pulse"
|
|
icon = 'icons/obj/guns/VGguns.dmi'
|
|
|
|
/obj/item/gun/energy/megabuster/proto
|
|
name = "Proto-buster"
|
|
icon_state = "protobuster"
|
|
item_state = "protobuster"
|
|
|
|
/obj/item/gun/energy/mmlbuster
|
|
name = "Buster Cannon"
|
|
desc = "An antique arm-mounted buster cannon."
|
|
icon = 'icons/obj/guns/VGguns.dmi'
|
|
icon_state = "mmlbuster"
|
|
item_state = "mmlbuster"
|
|
w_class = WEIGHT_CLASS_SMALL
|
|
ammo_type = list(/obj/item/ammo_casing/energy/buster)
|
|
ammo_x_offset = 2 |