Minor Bugfixes

- Fixes vampire powers being usable in the chapel.
- Fixes borer DC bug (needs testing with 2 clients)
- Allows borer to cancel Inject Chemicals
- Borer Inject Chemicals now shows cost in the verb name.
This commit is contained in:
DZD
2015-01-20 12:11:41 -05:00
parent ffc1a088c1
commit d02dbd4b5e
2 changed files with 13 additions and 10 deletions
@@ -28,7 +28,7 @@
src << "<span class='warning'>You require at least [required_blood] units of usable blood to do that!</span>"
return 0
//chapel check
if(istype(loc.loc, /area/chapel))
if(istype(src.loc, /area/chapel))
if(!fullpower)
src << "<span class='warning'>Your powers are useless on this holy ground.</span>"
return 0