camera bugs now stick to things they're thrown at (#24053)

* Implements camera fu

* camera bugs now stick on things they're thrown at

* removes dupe code
This commit is contained in:
GDN
2024-02-17 13:30:34 -06:00
committed by GitHub
parent 6a5b26d56a
commit 883fd6881d
5 changed files with 26 additions and 5 deletions
@@ -62,10 +62,11 @@
. = ..()
link_to_camera(the_bug)
AddComponent(/datum/component/sticky)
ADD_TRAIT(src, TRAIT_NO_THROWN_MESSAGE, ROUNDSTART_TRAIT)
/obj/item/wall_bug/Destroy()
QDEL_NULL(camera)
. = ..()
return ..()
/obj/item/wall_bug/examine(mob/user)
. = ..()