Fixes a bug that prevented RCDs from rapidly constructing or deconstructing anything (#25380)

* rcds can do what they say on the tin

* a
This commit is contained in:
Luc
2024-05-05 04:32:42 +00:00
committed by GitHub
parent df9dd0c13c
commit 1823eff1b5
+1 -1
View File
@@ -266,7 +266,7 @@
if(!length(possible_actions))
possible_actions = list()
for(var/action_type in subtypesof(/datum/rcd_act))
possible_actions += new action_type()
possible_actions += action_type
spark_system = new /datum/effect_system/spark_spread
spark_system.set_up(5, 0, src)