diff --git a/modular_virgo/code/modules/projectiles/guns/energy/nuclear.dm b/modular_virgo/code/modules/projectiles/guns/energy/nuclear.dm new file mode 100644 index 0000000000..aa8a3a5543 --- /dev/null +++ b/modular_virgo/code/modules/projectiles/guns/energy/nuclear.dm @@ -0,0 +1,8 @@ +/* +// Virgo's very own file for overriding Polaris' eguns! Should include: Regular egun, Advanced egun, burst egun, mounted egun +// +// NOTICE: All the egun sprites have to be mirrored in modular_virgo/icons/obj/eguns.dmi because someone made them all child objects of the base thing +*/ + +/obj/item/weapon/gun/energy/gun + icon = 'modular_virgo/icons/obj/eguns.dmi' //makes the egun look for icons here instead. ALL of the eguns. \ No newline at end of file diff --git a/modular_virgo/icons/obj/eguns.dmi b/modular_virgo/icons/obj/eguns.dmi new file mode 100644 index 0000000000..99f2f1f1cc Binary files /dev/null and b/modular_virgo/icons/obj/eguns.dmi differ diff --git a/vorestation.dme b/vorestation.dme index ac579c0790..0aeeb3b455 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2857,4 +2857,5 @@ #include "maps\submaps\surface_submaps\wilderness\wilderness_areas.dm" #include "maps\tether\tether.dm" #include "maps\~map_system\maps.dm" +#include "modular_virgo\code\modules\projectiles\guns\energy\nuclear.dm" // END_INCLUDE