mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user