mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user