Fixes and tweaks to the previous.

This commit is contained in:
Zuhayr
2014-12-23 18:48:10 +10:30
parent bbfc6db0a3
commit cc00fa3d52
26 changed files with 187 additions and 162 deletions

View File

@@ -92,7 +92,7 @@
if(istype(user, /mob/living))
var/mob/living/M = user
if (HULK in M.mutations)
M << "\red Your fingers are much too large for the trigger guard!"
M << "<span class='danger'>Your fingers are much too large for the trigger guard!</span>"
return
add_fingerprint(user)