mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
[MIRROR] Makes dimensional anomaly core pulses not change reinforced walls (#12640)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
co-authored by
Guti
parent
f30c6946b1
commit
38c2d0b0d7
@@ -132,7 +132,7 @@
|
||||
var/datum/dimension_theme/theme = new theme_path
|
||||
|
||||
for(var/turf/turf as anything in RANGE_TURFS(1, our_turf))
|
||||
theme.apply_theme(turf, show_effect = TRUE)
|
||||
theme.apply_theme(turf, show_effect = TRUE, reinforced = FALSE)
|
||||
|
||||
/obj/item/assembly/signaler/anomaly/bioscrambler
|
||||
name = "\improper bioscrambler anomaly core"
|
||||
|
||||
Reference in New Issue
Block a user