Skip to content

Commit

Permalink
Packets designations
Browse files Browse the repository at this point in the history
  • Loading branch information
BonniePandora committed Oct 29, 2024
1 parent ffdcf0a commit 91b0847
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions code/modules/projectiles/ammo_boxes/grenade_packets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ GLOBAL_LIST_INIT(grenade_packets, list(
))

/obj/item/storage/box/packet/high_explosive
name = "\improper HEDP grenade packet"
desc = "It contains three HEDP high explosive grenades."
name = "\improper M40 HEDP grenade packet"
desc = "It contains three M40 HEDP high explosive grenades."
icon_state = "hedp_packet"
storage_slots = 5
content_type = /obj/item/explosive/grenade/high_explosive
Expand Down Expand Up @@ -75,14 +75,14 @@ GLOBAL_LIST_INIT(grenade_packets, list(
content_type = /obj/item/explosive/grenade/high_explosive/airburst/hornet_shell

/obj/item/storage/box/packet/incendiary
name = "\improper HIAM grenade packet"
desc = "It contains three HIAM incendiary grenades."
name = "\improper M77 HIAM grenade packet"
desc = "It contains three M77 HIAM incendiary grenades."
icon_state = "hidp_packet"
content_type = /obj/item/explosive/grenade/incendiary

/obj/item/storage/box/packet/smoke
name = "\improper HSDP grenade packet"
desc = "It contains three HSDP smoke grenades."
name = "\improper M47 HSDP grenade packet"
desc = "It contains three M47 HSDP smoke grenades."
icon_state = "hsdp_packet"
content_type = /obj/item/explosive/grenade/smokebomb

Expand All @@ -93,8 +93,8 @@ GLOBAL_LIST_INIT(grenade_packets, list(
content_type = /obj/item/explosive/grenade/phosphorus/weak

/obj/item/storage/box/packet/phosphorus/strong
name = "\improper WPDP grenade packet"
desc = "It contains three WPDP chemical compound grenades."
name = "\improper M60 WPSI grenade packet"
desc = "It contains three M60 WPSI chemical compound grenades."
icon_state = "ccdp_packet"
content_type = /obj/item/explosive/grenade/phosphorus

Expand Down

0 comments on commit 91b0847

Please sign in to comment.