>people think burn victims are better than literally-cant-see-shit (#34734)

This commit is contained in:
Iamgoofball
2018-01-22 11:06:04 -08:00
committed by CitadelStationBot
parent e17a06cff1
commit e862c1138e
+6
View File
@@ -269,5 +269,11 @@ This file contains the arcane tome files.
if(!is_station_level(T.z) && !is_mining_level(T.z))
to_chat(user, "<span class='warning'>The veil is not weak enough here.</span>")
return FALSE
var/area/A = get_area(T)
if(A && !A.blob_allowed)
to_chat(user, "<span class='warning'>There's a passage in [src] specifically forbidding oyster consumption, triple-frying, and building outside of designated cult zones.</span>")
return FALSE
return TRUE