mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Redspace Purge (#23641)
* The Green Terror marches on * Update code/datums/spells/construct_spells.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/game/gamemodes/cult/cult_structures.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Updated Icons * one extra i forgor --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
co-authored by
Henri215
parent
1e93bf7408
commit
16e000e549
@@ -146,7 +146,7 @@
|
||||
|
||||
/obj/item/wormhole_jaunter/contractor/proc/create_portal(turf/destination)
|
||||
new /obj/effect/decal/cleanable/ash(get_turf(src))
|
||||
new /obj/effect/portal/redspace/getaway(get_turf(src), get_turf(destination), src, 100)
|
||||
new /obj/effect/portal/advanced/getaway(get_turf(src), get_turf(destination), src, 100)
|
||||
qdel(src)
|
||||
|
||||
/obj/item/wormhole_jaunter/contractor/emag_act(mob/user)
|
||||
@@ -162,7 +162,7 @@
|
||||
new /obj/item/wormhole_jaunter/contractor(src)
|
||||
new /obj/item/radio/beacon/emagged(src)
|
||||
|
||||
/obj/effect/portal/redspace/getaway
|
||||
/obj/effect/portal/advanced/getaway
|
||||
one_use = TRUE
|
||||
|
||||
/obj/effect/temp_visual/getaway_flare // Because the original contractor flare is not a temp visual, for some reason.
|
||||
@@ -210,7 +210,7 @@
|
||||
playsound(src, 'sound/magic/lightningbolt.ogg', 100, TRUE)
|
||||
qdel(src)
|
||||
return
|
||||
|
||||
|
||||
var/list/portal_turfs = list()
|
||||
for(var/turf/PT in circleviewturfs(T, 3))
|
||||
if(!PT.density)
|
||||
|
||||
Reference in New Issue
Block a user