Various tweaks.

Buildaturrets made more accessible.  They aren't that great anyway.

Table laserblocking chance increased significantly.  Because if you
bother to get cover, you deserve cover that works.  Tables soak
projectiles a little better, too.

Removes hulks always all-capsing.  Puts pulse rifle unwielded firedelay
in line with other fire delays.
This commit is contained in:
Duck-
2014-09-19 13:29:01 -04:00
parent d272c77fb3
commit 17c2f2709a
5 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -237,7 +237,7 @@
handled = 1
if((HULK in mutations) && health >= 25 && length(message))
message = "[uppertext(message)]!!!"
//message = "[uppertext(message)]!!!" //this is really irritating. let's not.
verb = pick("yells","roars","hollers")
handled = 1
if(slurring)
@@ -210,7 +210,7 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
slot_flags = SLOT_BACK //Just realized... Going to need A LOT more on-back sprites now... FECK...
var/mode = 2
fire_delay_wielded = 8
fire_delay_unwielded = 75
fire_delay_unwielded = 24
// attack_self(mob/living/user as mob)
//Let's do some magical things, make this a verb, yes?