Skip to content

Commit

Permalink
TGS Test Merge (#6685)
Browse files Browse the repository at this point in the history
  • Loading branch information
lordme authored and lordme committed Aug 29, 2024
2 parents 890d3c3 + ba69b36 commit 3990af8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

/obj/item/ammo_magazine/a5_7mm
ammo_caliber = /datum/ammo_caliber/a5_7mm
ammo_preload = /obj/item/ammo_casing/a5_7mm

/obj/item/ammo_magazine/a5_7mm/nt_les
name = "magazine (5.7x28mm)"
Expand Down
8 changes: 5 additions & 3 deletions code/modules/projectiles/ammunition/calibers/special/dart.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
/obj/item/ammo_casing/dart/chemdart
name = "chemical dart"
desc = "A casing containing a small hardened, hollow dart."
icon_state = "dartcasing"
icon_state = "dart"
caliber = /datum/ammo_caliber/dart
projectile_type = /obj/projectile/bullet/chemdart

/obj/item/ammo_casing/dart/chemdart/small
name = "short chemical dart"
icon_state = "dartsmall"
desc = "A casing containing a small hardened, hollow dart."
projectile_type = /obj/projectile/bullet/chemdart/small

Expand All @@ -21,6 +22,7 @@
name = "dart cartridge"
desc = "A rack of hollow darts."

icon = 'icons/modules/projectiles/magazines/darts.dmi'
icon_state = "darts-5"
base_icon_state = "darts"
rendering_system = GUN_RENDERING_STATES
Expand All @@ -30,7 +32,7 @@
origin_tech = list(TECH_MATERIAL = 2)
magazine_type = MAGAZINE_TYPE_NORMAL
ammo_caliber = /datum/ammo_caliber/dart
ammo_type = /obj/item/ammo_casing/dart/chemdart
ammo_preload = /obj/item/ammo_casing/dart/chemdart
ammo_max = 5

/obj/item/ammo_magazine/chemdart/small
Expand All @@ -43,7 +45,7 @@
rendering_count = 3

origin_tech = list(TECH_MATERIAL = 2)
ammo_type = /obj/item/ammo_casing/dart/chemdart/small
ammo_preload = /obj/item/ammo_casing/dart/chemdart/small
ammo_max = 3

//* Projectiles *//
Expand Down
Binary file modified icons/modules/projectiles/casings/slim.dmi
Binary file not shown.

0 comments on commit 3990af8

Please sign in to comment.