Skip to content

Commit

Permalink
Merge pull request #723 from DexeeXI/immediate-fix
Browse files Browse the repository at this point in the history
Correction to Centcom Firing Range (and small fix)
  • Loading branch information
wraith-54321 authored Dec 15, 2023
2 parents cf3b7b1 + df0e428 commit 76ed5b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/chameleon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@
chameleon_action = new(src)
chameleon_action.chameleon_type = /obj/item/gun
chameleon_action.chameleon_name = "Gun"
chameleon_action.chameleon_blacklist = typecacheof(/obj/item/gun/energy/minigun)
chameleon_action.chameleon_blacklist = typecacheof(list(/obj/item/gun/energy/minigun, /obj/item/gun/energy/recharge/kinetic_accelerator/meme), only_root_path = TRUE) //MONKESTATION EDIT - no, i dont trust people even with it as a chameleon appearance. admins dont want no bwoinkerino.
chameleon_action.initialize_disguises()
add_item_action(chameleon_action)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
/obj/item/gun/magic/wand/death,
/obj/item/gun/magic/wand/safety,
/obj/item/gun/medbeam,
/obj/item/gun/energy/recharge/kinetic_accelerator/meme,
)

/obj/structure/centcom_item_spawner/gun_and_ammo_creator/spawn_chosen_item(type_to_spawn)
Expand Down

0 comments on commit 76ed5b6

Please sign in to comment.