mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Resprites the 10mm Machine Pistol (#13053)
This commit is contained in:
@@ -121,12 +121,12 @@
|
||||
gloves = /obj/item/clothing/gloves/force
|
||||
glasses = /obj/item/clothing/glasses/thermal
|
||||
|
||||
accessory_contents = list(/obj/item/gun/projectile/tanto = 1)
|
||||
accessory_contents = list(/obj/item/gun/projectile/revolver = 1)
|
||||
|
||||
suit_store = /obj/item/gun/projectile/automatic/rifle/sol
|
||||
|
||||
backpack_contents = list(
|
||||
/obj/item/ammo_magazine/mc10mm = 3,
|
||||
/obj/item/ammo_magazine/a357 = 3,
|
||||
/obj/item/ammo_magazine/c762/sol = 2
|
||||
)
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
|
||||
/obj/item/ammo_magazine/mc10mm
|
||||
name = "magazine (10mm)"
|
||||
icon_state = "5.56"
|
||||
icon_state = "tommy-mag"
|
||||
mag_type = MAGAZINE
|
||||
ammo_type = /obj/item/ammo_casing/c10mm
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 475) //metal costs are very roughly based around 1 .45 casing = 75 metal
|
||||
|
||||
@@ -38,7 +38,9 @@
|
||||
pixel_offset_y = 13
|
||||
|
||||
/obj/item/gun/bang/tanto
|
||||
desc = "A Zavodskoi Interstellar Tanto .40, designed to compete with the NT Mk58. Uses 10mm rounds."
|
||||
desc = "A crude-looking open-bolt machine pistol manufactured by a multitude of arms companies, or in some cases, particularly handy individuals. \
|
||||
Owing to their low cost and relative effectiveness, weapons like these are very common all across the Spur, from the tunnels of Oran to fringe colonies along the frontier. \
|
||||
This pistol is made almost entirely from sheet metal and has cloth wrappings around the grip for shooter comfort."
|
||||
name = "10mm pistol"
|
||||
icon = 'icons/obj/guns/c05r.dmi'
|
||||
icon_state = "c05r"
|
||||
|
||||
@@ -162,7 +162,9 @@
|
||||
icon_state = "secgunauto-e"
|
||||
|
||||
/obj/item/gun/projectile/tanto
|
||||
desc = "A Zavodskoi Interstellar Tanto .40, designed to compete with the NT Mk58. Uses 10mm rounds."
|
||||
desc = "A crude-looking open-bolt machine pistol manufactured by a multitude of arms companies, or in some cases, particularly handy individuals. \
|
||||
Owing to their low cost and relative effectiveness, weapons like these are very common all across the Spur, from the tunnels of Oran to fringe colonies along the frontier. \
|
||||
This pistol is made almost entirely from sheet metal and has cloth wrappings around the grip for shooter comfort."
|
||||
name = "10mm auto-pistol"
|
||||
icon = 'icons/obj/guns/c05r.dmi'
|
||||
icon_state = "c05r"
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# wip (For works in progress)
|
||||
# tweak
|
||||
# soundadd
|
||||
# sounddel
|
||||
# rscadd (general adding of nice things)
|
||||
# rscdel (general deleting of nice things)
|
||||
# imageadd
|
||||
# imagedel
|
||||
# maptweak
|
||||
# spellcheck (typo fixes)
|
||||
# experiment
|
||||
# balance
|
||||
# admin
|
||||
# backend
|
||||
# security
|
||||
# refactor
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: BLUNTFORCE420
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
# Any changes you've made. See valid prefix list above.
|
||||
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||
# SCREW THIS UP AND IT WON'T WORK.
|
||||
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
|
||||
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- rscadd: "Updated legacy sprite for 10mm pistol/Tanto"
|
||||
- rscadd: "Changed Zavod Heavy Asset Protection loadout to have a Zavod revolver instead of this thing"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 609 B After Width: | Height: | Size: 810 B |
Reference in New Issue
Block a user