icons fixed

This commit is contained in:
BongaTheProto
2022-01-19 12:49:24 -05:00
parent 807d7a5a96
commit adc469ae71
8 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
/obj/item/ammo_box/g4570
icon = 'modular_splurt/icons/obj/ammo.dmi'
/obj/item/ammo_box/c45
icon = 'modular_splurt/icons/obj/ammo.dmi'

View File

@@ -34,6 +34,7 @@
/obj/item/ammo_box/magazine/e45
name = "Enforcer magazine (.45 Rubber)"
icon = 'modular_splurt/icons/obj/ammo.dmi'
icon_state = "enforcer-8"
ammo_type = /obj/item/ammo_casing/c45
caliber = ".45"

View File

@@ -10,6 +10,7 @@
/obj/item/gun/ballistic/automatic/pistol/Enforcer
name = "\improper Mk. 58 Enforcer"
desc = "A polymer frame pistol made by Nanotreason. Won't show up on Space port X-rays and cost more then you make in a month."
icon = 'modular_splurt/icons/obj/guns/projectile.dmi'
icon_state = "enforcer_black"
w_class = WEIGHT_CLASS_NORMAL
mag_type = /obj/item/ammo_box/magazine/e45
@@ -27,10 +28,12 @@
/obj/item/gun/ballistic/automatic/pistol/Enforcer/red
name = "\improper HOS's Mk. 58 Enforcer"
desc = "A polymer frame pistol made by Nanotreason. Won't show up on Space port X-rays and cost more then you make in a month. Respect mah Authorita!"
icon = 'modular_splurt/icons/obj/guns/projectile.dmi'
icon_state = "enforcer_red"
/obj/item/gun/ballistic/automatic/pistol/Enforcer/gold
name = "\improper Gold Mk. 58 Enforcer"
desc = "A titianium gold plated Enfocer. A vulger display of power. A show of force in a public execution."
icon = 'modular_splurt/icons/obj/guns/projectile.dmi'
icon_state = "enforcer_gold"

View File

@@ -1,3 +1,9 @@
/obj/item/gun/ballistic/revolver/doublebarrel
icon = 'modular_splurt/icons/obj/guns/projectile.dmi'
/obj/item/gun/ballistic/revolver/detective
icon = 'modular_splurt/icons/obj/guns/projectile.dmi'
/obj/item/gun/ballistic/revolver/detective/Initialize()
var/list/extra_reskin = list(
"Fitz Special" = "detective_fitz",

View File

@@ -1,4 +1,8 @@
/obj/item/gun/ballistic/shotgun
icon = 'modular_splurt/icons/obj/guns/projectile.dmi'
/obj/item/gun/ballistic/shotgun/shorty //for spawn in the armory
icon = 'modular_splurt/icons/obj/guns/projectile.dmi'
name = "super shorty shotgun"
desc = "A sturdy shotgun with a short magazine, design to be compact and portable at the cost of ammunition capacity."
icon_state = "shortshotgun"

View File

@@ -1,4 +1,5 @@
/obj/item/gun/grenadelauncher
name = "Riot grenade launcher"
desc = "A greande launcher deisgn for riot control. You can load full size grenades down the muzzle!"
icon = 'modular_splurt/icons/obj/guns/projectile.dmi'
max_grenades = 1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

@@ -4286,6 +4286,7 @@
#include "modular_splurt\code\modules\mob\living\silicon\robot\robot_modules.dm"
#include "modular_splurt\code\modules\power\cell.dm"
#include "modular_splurt\code\modules\projectiles\ammunition\ballistic\smg.dm"
#include "modular_splurt\code\modules\projectiles\boxes_magazines\ammo_boxes.dm"
#include "modular_splurt\code\modules\projectiles\boxes_magazines\external\pistol.dm"
#include "modular_splurt\code\modules\projectiles\boxes_magazines\internal\shotgun.dm"
#include "modular_splurt\code\modules\projectiles\guns\ballistic\automatic.dm"