Stops the INDRA from exploding on click as stationbound (#18217)

* Stops the INDRA from detonating on click

* changelog

* readds manual hugging
This commit is contained in:
naut
2024-01-15 14:03:38 +00:00
committed by GitHub
parent 18699ceb27
commit 7bc1adf5c3
2 changed files with 45 additions and 3 deletions
+4 -3
View File
@@ -68,9 +68,10 @@
/obj/machinery/power/fusion_core/attack_hand(mob/user)
. = ..()
visible_message(SPAN_NOTICE("\The [user] hugs \the [src] to make it feel better!"))
if(owned_field)
Shutdown()
if(ishuman(user))
visible_message(SPAN_NOTICE("\The [user] hugs \the [src] to make it feel better!"))
if(owned_field)
Shutdown()
return TRUE
/obj/machinery/power/fusion_core/attackby(obj/item/W, mob/user)