mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[MIRROR] Replaces ammo_casing/caseless and bullet/reusable with elements. [MDB IGNORE] (#22102)
* Replaces ammo_casing/caseless and bullet/reusable with elements. * stupid --------- Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> Co-authored-by: Jolly-66 <70232195+Jolly-66@users.noreply.github.com>
This commit is contained in:
co-authored by
Ghom
Jolly-66
parent
56dcf6636f
commit
a1ea7f13db
@@ -412,14 +412,14 @@
|
||||
/datum/uplink_item/ammo/rocket/basic
|
||||
name = "84mm HE Rocket"
|
||||
desc = "A low-yield anti-personnel HE rocket. Gonna take you out in style!"
|
||||
item = /obj/item/ammo_casing/caseless/rocket
|
||||
item = /obj/item/ammo_casing/rocket
|
||||
cost = 4
|
||||
|
||||
/datum/uplink_item/ammo/rocket/heap
|
||||
name = "84mm HEAP Rocket"
|
||||
desc = "A high-yield HEAP rocket; extremely effective against literally everything and anything near that thing that doesn't exist anymore. \
|
||||
Strike fear into the hearts of your enemies."
|
||||
item = /obj/item/ammo_casing/caseless/rocket/heap
|
||||
item = /obj/item/ammo_casing/rocket/heap
|
||||
cost = 6
|
||||
|
||||
/datum/uplink_item/ammo/surplus_smg
|
||||
|
||||
Reference in New Issue
Block a user