Skip to content

Commit

Permalink
Fixed some sprites and descriptions. (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpadesSlick committed Apr 22, 2018
1 parent 2a057e2 commit 10d1228
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/weapons/mine.dm
@@ -1,6 +1,6 @@
/obj/item/weapon/mine
name = "excelsior mine"
desc = "For the excelsior!"
name = "Excelsior Mine"
desc = "For the excelsior! Just add igniter with signaler or sensor in it, and it's ready to blow."
icon = 'icons/obj/machines/excelsior/objects.dmi'
icon_state = "mine"
w_class = ITEM_SIZE_LARGE
Expand Down
4 changes: 3 additions & 1 deletion code/modules/projectiles/guns/projectile/automatic/ak47.dm
@@ -1,5 +1,5 @@
/obj/item/weapon/gun/projectile/automatic/ak47
name = "Excelsior 7.62x39 AK-47"
name = "Excelsior 7.62x39 AKMS"
desc = "Weapon of oppressed, oppressors and just crazy terrorists.\
If it doesn't work, you can always hit him with it! It is the really old designed assault rifle, chambered in 7,62x39.\
It is known for it easy maintaining and low price. This gun is not used by military anymore, but it found a wide spread within criminals and insurgents."
Expand Down Expand Up @@ -27,8 +27,10 @@
..()
if(ammo_magazine)
icon_state = "[initial(icon_state)]-full"
item_state = "[initial(item_state)]-full"
else
icon_state = initial(icon_state)
item_state = initial(item_state)
return

/obj/item/weapon/gun/projectile/automatic/ak47/fs
Expand Down
Binary file modified icons/inventory/back/mob.dmi
Binary file not shown.
Binary file modified icons/inventory/back/mob_fat.dmi
Binary file not shown.
Binary file modified icons/inventory/back/mob_slim.dmi
Binary file not shown.
Binary file modified icons/mob/items/lefthand_guns.dmi
Binary file not shown.
Binary file modified icons/mob/items/righthand_guns.dmi
Binary file not shown.
Binary file modified icons/obj/tools.dmi
Binary file not shown.

0 comments on commit 10d1228

Please sign in to comment.