mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-25 09:06:34 +01:00
converts ex_act to legacy_ex_act, plants the seeds for new explosions (#4662)
Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
parent
e5af5346f6
commit
a90d92df2b
@@ -196,7 +196,7 @@
|
||||
emergencyShutdown()
|
||||
..()
|
||||
|
||||
/obj/machinery/computer/HolodeckControl/ex_act(severity)
|
||||
/obj/machinery/computer/HolodeckControl/legacy_ex_act(severity)
|
||||
emergencyShutdown()
|
||||
..()
|
||||
|
||||
@@ -236,7 +236,7 @@
|
||||
var/datum/effect_system/spark_spread/s = new /datum/effect_system/spark_spread
|
||||
s.set_up(2, 1, T)
|
||||
s.start()
|
||||
T.ex_act(3)
|
||||
LEGACY_EX_ACT(T, 3, null)
|
||||
T.hotspot_expose(1000,500,1)
|
||||
|
||||
/obj/machinery/computer/HolodeckControl/proc/derez(var/obj/obj , var/silent = 1)
|
||||
|
||||
Reference in New Issue
Block a user