[MIRROR] Fixes bombs on Reebe being an instant win (#3518)

* Fixes bombs on Reebe being an instant win (#31503)

* Probably reduces Reebe bombcap

* wat

* TTV warning

* Less awkward wording

* Fixes bombs on Reebe being an instant win
This commit is contained in:
CitadelStationBot
2017-10-21 03:47:07 -05:00
committed by Poojawa
parent 51b87c4921
commit d511bc1fde
2 changed files with 13 additions and 0 deletions
@@ -48,3 +48,6 @@
var/mob/living/L = AM
L.overlay_fullscreen("flash", /obj/screen/fullscreen/flash/static)
L.clear_fullscreen("flash", 5)
var/obj/item/device/transfer_valve/TTV = locate() in L.GetAllContents()
if(TTV)
to_chat(L, "<span class='userdanger'>The air resonates with the Ark's presence; your explosives will be significantly dampened here!</span>")