mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user