mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Update ammo_casings.dm
This commit is contained in:
@@ -284,15 +284,9 @@
|
||||
icon_state = "cshell"
|
||||
projectile_type = /obj/item/projectile/bullet/dart
|
||||
|
||||
<<<<<<< HEAD
|
||||
/obj/item/ammo_casing/shotgun/dart/New()
|
||||
..()
|
||||
container_type |= OPENCONTAINER_1
|
||||
=======
|
||||
/obj/item/ammo_casing/shotgun/dart/Initialize()
|
||||
. = ..()
|
||||
container_type |= OPENCONTAINER
|
||||
>>>>>>> 40699a8... [READY]Refactors reagent container types (#33470)
|
||||
create_reagents(30)
|
||||
reagents.set_reacting(TRUE)
|
||||
|
||||
@@ -308,4 +302,4 @@
|
||||
reagents.add_reagent("spore", 6)
|
||||
reagents.add_reagent("mutetoxin", 6) //;HELP OPS IN MAINT
|
||||
reagents.add_reagent("coniine", 6)
|
||||
reagents.add_reagent("sodium_thiopental", 6)
|
||||
reagents.add_reagent("sodium_thiopental", 6)
|
||||
|
||||
Reference in New Issue
Block a user