more influences

This commit is contained in:
kiwedespars
2021-03-10 14:22:20 -08:00
parent 6d6b5e6306
commit 4e9cb47f68
3 changed files with 3 additions and 2 deletions

View File

@@ -247,6 +247,7 @@
return (parts.Join("<br>") + "<br>")
////////////////
// Objectives //
////////////////

View File

@@ -152,7 +152,7 @@
targets += caller
var/targ_len = length(targets)
var/smash_len = length(smashes)
var/number = max(targ_len * (4-(targ_len-1)) - smash_len,1)
var/number = max(targ_len * (6-(targ_len-1)) - smash_len,1)
for(var/i in 0 to number)
var/turf/chosen_location = get_safe_random_station_turf()

View File

@@ -167,7 +167,7 @@
if(!iscarbon(L))
return
var/mob/living/carbon/carbon_victim = L
carbon_victim.adjustStaminaLoss(80)
carbon_victim.adjustStaminaLoss(60)
carbon_victim.silent += 10
carbon_victim.confused += 5
carbon_victim.Jitter(10)