Recoded flashes a bit

Lowered the break prob
Added eyescrewdrivering, debraining to the attacklog
Added BoH blackholes to the gamelog and admin messages

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2005 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-08-12 06:23:13 +00:00
parent 9448cd3759
commit 6c54ced90d
13 changed files with 276 additions and 248 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ datum/mind
var/list/L = current.get_contents()
var/obj/item/device/flash/flash = locate() in L
if (flash)
if (flash.status)
if(!flash.broken)
text += "|<a href='?src=\ref[src];revolution=takeflash'>take</a>."
else
text += "|<a href='?src=\ref[src];revolution=takeflash'>take</a>|<a href='?src=\ref[src];revolution=repairflash'>repair</a>."
@@ -485,7 +485,7 @@ datum/mind
if (!flash)
usr << "\red Repairing flash failed!"
else
flash.status = 1
flash.broken = 0
if("reequip")
var/list/L = current.get_contents()