mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-25 13:46:19 +01:00
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:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user