Chameleon gun counts as harmless and can be fired by pacifists (#85520)

## About The Pull Request

Closes #85496

## Changelog
🆑
fix: Chameleon gun counts as harmless and can be fired by pacifists
/🆑
This commit is contained in:
SmArtKar
2024-08-14 14:20:48 +03:00
committed by GitHub
parent 95a6db041d
commit 7e9c22bd6a

View File

@@ -53,6 +53,7 @@
/obj/item/ammo_casing/energy/chameleon
projectile_type = /obj/projectile/energy/chameleon
e_cost = 0 // Can't really use the macro here, unfortunately
harmful = FALSE
var/projectile_vars = list()
/obj/item/ammo_casing/energy/chameleon/ready_proj()