mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
adds rig phase gun, moves some files around
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/obj/item/rig_module/mounted/phase
|
||||
name = "mounted phase rifle"
|
||||
desc = "A forearm-mounted phase rifle."
|
||||
icon_state = "taser"
|
||||
usable = 0
|
||||
interface_name = "mounted phase rifle"
|
||||
interface_desc = "A forearm-mounted suit-powered phase rifle."
|
||||
gun_type = /obj/item/weapon/gun/energy/locked/phasegun/rifle/unlocked/mounted
|
||||
5
modular_chomp/code/modules/projectiles/guns/phase.dm
Normal file
5
modular_chomp/code/modules/projectiles/guns/phase.dm
Normal file
@@ -0,0 +1,5 @@
|
||||
/obj/item/weapon/gun/energy/locked/phasegun/rifle/unlocked/mounted
|
||||
name = "mounted phase rifle"
|
||||
self_recharge = 1
|
||||
use_external_power = 1
|
||||
recharge_time = 10
|
||||
@@ -110,3 +110,11 @@
|
||||
build_path = /obj/item/mecha_parts/part/phazon_right_leg
|
||||
time = 20
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 15000, MAT_PHORON = 2000, MAT_GOLD = 2000, MAT_VERDANTIUM = 500)
|
||||
|
||||
/datum/design/item/mechfab/rigsuit/phase
|
||||
name = "hardsuit phase rifle"
|
||||
desc = "A compact phase rifle for a hardsuit."
|
||||
id = "rig_gun_taser"
|
||||
req_tech = list(TECH_MATERIAL = 5, TECH_ENGINEERING = 4, TECH_MAGNET = 3, TECH_POWER = 4, TECH_COMBAT = 4)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 2000, "glass" = 1250)
|
||||
build_path = /obj/item/rig_module/mounted/phase
|
||||
@@ -4002,7 +4002,6 @@
|
||||
#include "code\modules\research\designs.dm"
|
||||
#include "code\modules\research\destructive_analyzer.dm"
|
||||
#include "code\modules\research\mechfab_designs.dm"
|
||||
#include "code\modules\research\mechfab_designs_ch.dm"
|
||||
#include "code\modules\research\message_server.dm"
|
||||
#include "code\modules\research\prosfab_designs.dm"
|
||||
#include "code\modules\research\prosfab_designs_vr.dm"
|
||||
@@ -4502,6 +4501,7 @@
|
||||
#include "modular_chomp\code\modules\clothing\head\misc.dm"
|
||||
#include "modular_chomp\code\modules\clothing\spacesuits\rig\rig.dm"
|
||||
#include "modular_chomp\code\modules\clothing\spacesuits\rig\modules\specific\defib.dm"
|
||||
#include "modular_chomp\code\modules\clothing\spacesuits\rig\modules\specific\mounted_gun.dm"
|
||||
#include "modular_chomp\code\modules\clothing\spacesuits\rig\modules\specific\protean.dm"
|
||||
#include "modular_chomp\code\modules\datums\supplypacks\contraband.dm"
|
||||
#include "modular_chomp\code\modules\datums\supplypacks\engineering.dm"
|
||||
@@ -4550,8 +4550,10 @@
|
||||
#include "modular_chomp\code\modules\power\cells\device_cells.dm"
|
||||
#include "modular_chomp\code\modules\power\cells\esoteric_cells.dm"
|
||||
#include "modular_chomp\code\modules\power\cells\power_cells.dm"
|
||||
#include "modular_chomp\code\modules\projectiles\guns\phase.dm"
|
||||
#include "modular_chomp\code\modules\reagents\reactions\instant\drinks.dm"
|
||||
#include "modular_chomp\code\modules\reagents\reagents\food_drinks.dm"
|
||||
#include "modular_chomp\code\modules\research\mechfab_designs.dm"
|
||||
#include "modular_chomp\code\modules\research\designs\power_cells.dm"
|
||||
#include "modular_chomp\code\modules\research\designs\weapons.dm"
|
||||
#include "modular_chomp\code\modules\vore\eating\exportpanel_ch.dm"
|
||||
|
||||
Reference in New Issue
Block a user