Merge pull request #33580 from Xhuis/defenses_balancing

Some modest clockcult balancing - vitality matrices, brass skewers, pressure sensors
This commit is contained in:
oranges
2017-12-31 11:58:41 +13:00
committed by CitadelStationBot
parent 1be3d30c43
commit 3208404f14
10 changed files with 87 additions and 21 deletions
@@ -70,6 +70,12 @@
quickbind = TRUE
quickbind_desc = "Creates a Vitality Matrix, which drains non-Servants on it to heal Servants that cross it."
/datum/clockwork_scripture/create_object/vitality_matrix/check_special_requirements()
if(locate(object_path) in range(1, invoker))
to_chat(invoker, "<span class='danger'>Vitality matrices placed next to each other could interfere and cause a feedback loop! Move away from the other ones!</span>")
return FALSE
return ..()
//Judicial Visor: Creates a judicial visor, which can smite an area.
/datum/clockwork_scripture/create_object/judicial_visor