Merge pull request #37846 from DaxDupont/axe-time

Small cult nerf do not be alarmed robustin think about your heart
This commit is contained in:
vuonojenmustaturska
2018-05-16 12:46:30 +03:00
committed by letterjay
parent 2b789b29b8
commit 5e48fcd275
3 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -144,7 +144,8 @@ This file contains the cult dagger and rune list code
if(locate(/obj/effect/rune) in T)
to_chat(user, "<span class='cult'>There is already a rune here.</span>")
return FALSE
if(!is_station_level(T.z) && !is_mining_level(T.z))
var/area/A = get_area(T)
if((!is_station_level(T.z) && !is_mining_level(T.z)) || (A && !A.blob_allowed))
to_chat(user, "<span class='warning'>The veil is not weak enough here.</span>")
return FALSE
return TRUE