mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-sync
This commit is contained in:
@@ -14,52 +14,62 @@ GLOBAL_DATUM(mass_teaching, /datum/summon_things_controller/spellbook_entry)
|
||||
GLOBAL_LIST_INIT(summoned_all_guns, get_sane_item_types(/obj/item/gun))
|
||||
|
||||
GLOBAL_LIST_INIT(summoned_guns, list(
|
||||
/obj/item/gun/energy/disabler,
|
||||
/obj/item/gun/energy/e_gun,
|
||||
/obj/item/gun/energy/e_gun/advtaser,
|
||||
/obj/item/gun/energy/laser,
|
||||
/obj/item/gun/ballistic/automatic/ar,
|
||||
/obj/item/gun/ballistic/automatic/battle_rifle,
|
||||
/obj/item/gun/ballistic/automatic/c20r/unrestricted,
|
||||
/obj/item/gun/ballistic/automatic/gyropistol,
|
||||
/obj/item/gun/ballistic/automatic/l6_saw/unrestricted,
|
||||
/obj/item/gun/ballistic/automatic/laser,
|
||||
/obj/item/gun/ballistic/automatic/m90/unrestricted,
|
||||
/obj/item/gun/ballistic/automatic/mini_uzi,
|
||||
/obj/item/gun/ballistic/automatic/pistol,
|
||||
/obj/item/gun/ballistic/automatic/pistol/aps,
|
||||
/obj/item/gun/ballistic/automatic/pistol/clandestine/fisher,
|
||||
/obj/item/gun/ballistic/automatic/pistol/deagle,
|
||||
/obj/item/gun/ballistic/automatic/pistol/deagle/regal,
|
||||
/obj/item/gun/ballistic/automatic/pistol/doorhickey,
|
||||
/obj/item/gun/ballistic/automatic/pistol/m1911,
|
||||
/obj/item/gun/ballistic/automatic/proto/unrestricted,
|
||||
/obj/item/gun/ballistic/automatic/smartgun,
|
||||
/obj/item/gun/ballistic/automatic/tommygun,
|
||||
/obj/item/gun/ballistic/automatic/wt550,
|
||||
/obj/item/gun/ballistic/revolver,
|
||||
/obj/item/gun/ballistic/revolver/badass,
|
||||
/obj/item/gun/ballistic/revolver/c38/detective,
|
||||
/obj/item/gun/ballistic/automatic/pistol/deagle/camo,
|
||||
/obj/item/gun/ballistic/automatic/gyropistol,
|
||||
/obj/item/gun/energy/pulse,
|
||||
/obj/item/gun/ballistic/automatic/pistol/suppressed,
|
||||
/obj/item/gun/ballistic/shotgun/doublebarrel,
|
||||
/obj/item/gun/ballistic/shotgun,
|
||||
/obj/item/gun/ballistic/shotgun/automatic/combat,
|
||||
/obj/item/gun/ballistic/automatic/ar,
|
||||
/obj/item/gun/ballistic/revolver/mateba,
|
||||
/obj/item/gun/ballistic/revolver/c38,
|
||||
/obj/item/gun/ballistic/revolver/nagant,
|
||||
/obj/item/gun/ballistic/rifle/boltaction,
|
||||
/obj/item/gun/ballistic/rifle/boltaction/donkrifle,
|
||||
/obj/item/gun/ballistic/rifle/boltaction/harpoon,
|
||||
/obj/item/gun/ballistic/automatic/mini_uzi,
|
||||
/obj/item/gun/energy/lasercannon,
|
||||
/obj/item/gun/energy/recharge/ebow/large,
|
||||
/obj/item/gun/energy/e_gun/nuclear,
|
||||
/obj/item/gun/ballistic/automatic/proto,
|
||||
/obj/item/gun/ballistic/automatic/c20r,
|
||||
/obj/item/gun/ballistic/automatic/l6_saw,
|
||||
/obj/item/gun/ballistic/automatic/m90,
|
||||
/obj/item/gun/energy/alien,
|
||||
/obj/item/gun/energy/e_gun/dragnet,
|
||||
/obj/item/gun/energy/e_gun/turret,
|
||||
/obj/item/gun/energy/pulse/carbine,
|
||||
/obj/item/gun/energy/mindflayer,
|
||||
/obj/item/gun/energy/recharge/kinetic_accelerator,
|
||||
/obj/item/gun/energy/plasmacutter/adv,
|
||||
/obj/item/gun/energy/wormhole_projector,
|
||||
/obj/item/gun/ballistic/automatic/wt550,
|
||||
/obj/item/gun/ballistic/shotgun/bulldog,
|
||||
/obj/item/gun/ballistic/revolver/grenadelauncher,
|
||||
/obj/item/gun/ballistic/revolver/golden,
|
||||
/obj/item/gun/ballistic/rifle/rebarxbow/syndie,
|
||||
/obj/item/gun/ballistic/rifle/sniper_rifle,
|
||||
/obj/item/gun/ballistic/rocketlauncher,
|
||||
/obj/item/gun/medbeam,
|
||||
/obj/item/gun/ballistic/rocketlauncher/unrestricted,
|
||||
/obj/item/gun/ballistic/shotgun/automatic/combat,
|
||||
/obj/item/gun/ballistic/shotgun/bulldog/unrestricted,
|
||||
/obj/item/gun/ballistic/shotgun/doublebarrel,
|
||||
/obj/item/gun/ballistic/shotgun/hook,
|
||||
/obj/item/gun/ballistic/shotgun/lethal,
|
||||
/obj/item/gun/energy/alien,
|
||||
/obj/item/gun/energy/disabler,
|
||||
/obj/item/gun/energy/disabler/smg,
|
||||
/obj/item/gun/energy/e_gun,
|
||||
/obj/item/gun/energy/e_gun/advtaser,
|
||||
/obj/item/gun/energy/e_gun/nuclear,
|
||||
/obj/item/gun/energy/laser,
|
||||
/obj/item/gun/energy/laser/carbine,
|
||||
/obj/item/gun/energy/laser/carbine/cybersun/unrestricted,
|
||||
/obj/item/gun/energy/laser/hellgun,
|
||||
/obj/item/gun/energy/laser/scatter,
|
||||
/obj/item/gun/energy/laser/thermal,
|
||||
/obj/item/gun/energy/laser/thermal/inferno,
|
||||
/obj/item/gun/energy/laser/thermal/cryo,
|
||||
/obj/item/gun/energy/gravity_gun))
|
||||
/obj/item/gun/energy/laser/thermal/inferno,
|
||||
/obj/item/gun/energy/lasercannon,
|
||||
/obj/item/gun/energy/mindflayer,
|
||||
/obj/item/gun/energy/plasmacutter/adv,
|
||||
/obj/item/gun/energy/pulse,
|
||||
/obj/item/gun/energy/pulse/carbine,
|
||||
/obj/item/gun/energy/recharge/ebow/large,
|
||||
/obj/item/gun/energy/recharge/kinetic_accelerator,
|
||||
/obj/item/gun/medbeam,))
|
||||
|
||||
//if you add anything that isn't covered by the typepaths below, add it to summon_magic_objective_types
|
||||
GLOBAL_LIST_INIT(summoned_magic, list(
|
||||
|
||||
Reference in New Issue
Block a user