Files
VOREStation/code/datums
afd6ce3aba Electrovore virgo (#18986)
* Refactored and fixed the Electrovore code in compliance with the review and requests for fixes.

* Address review feedback for electrovore element and traits

* Removed unneeded return

Missed this while I was going through unresolved issues - unneeded return has been removed.

* Remove redundant check and use spark_effect helper

* Switched to spark_effect

Should clean up nicely.

* Swaps to !isitem

Changes from if(!istype(target, /obj/item)) to if(!isitem(target)) as requested.

* Spark Spread reinstated

Uses the proper, updated code block for spark_spread.

* ident

* should be fine

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2026-01-06 18:44:59 +01:00
..
2025-09-11 17:28:20 +02:00
2026-01-05 20:20:38 +01:00
2026-01-04 15:49:25 +01:00
2026-01-06 18:44:59 +01:00
2026-01-04 15:49:25 +01:00
2025-12-20 03:23:16 -05:00
2025-08-20 20:24:47 +02:00
2025-11-08 03:13:33 +01:00
2025-08-22 09:34:32 +02:00
2025-09-11 17:28:20 +02:00
2025-12-09 17:50:52 -05:00
2025-09-01 01:27:32 +02:00
2025-10-16 23:21:07 -04:00
2025-12-18 05:44:54 -05:00
2025-09-09 21:58:48 -04:00
2025-11-26 17:42:55 +01:00