diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index 5b5a3a766b9..5c759614b59 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -47,6 +47,8 @@ M.apply_damage(70, BRUTE, "head") M.apply_damage(110, BRUTE, "chest") return + else + return ..() afterattack(atom/target as mob|obj|turf|area, mob/living/user as mob|obj, flag, params)//TODO: go over this if(flag) return //we're placing gun on a table or in backpack diff --git a/code/stylesheet.dm b/code/stylesheet.dm index 5454743afd0..077a64b60da 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -94,7 +94,7 @@ h1, h2, h3, h4, h5, h6 .comradio { - color:#FF9966; + color:#FF9900; text-decoration: underline; }