mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
Mansus grasp now applies cultslurring, Void path minor compensatory buff (#65440)
This commit is contained in:
@@ -510,7 +510,7 @@
|
||||
|
||||
if(iscarbon(owner))
|
||||
var/mob/living/carbon/carbon_owner = owner
|
||||
carbon_owner.silent += 4
|
||||
carbon_owner.silent += 5
|
||||
|
||||
return ..()
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
var/turf/open/target_turf = get_turf(carbon_target)
|
||||
target_turf.TakeTemperature(-20)
|
||||
carbon_target.adjust_bodytemperature(-40)
|
||||
carbon_target.silent += 4
|
||||
carbon_target.silent += 5
|
||||
|
||||
/datum/heretic_knowledge/cold_snap
|
||||
name = "Aristocrat's Way"
|
||||
|
||||
@@ -82,6 +82,7 @@
|
||||
hit.adjustBruteLoss(10)
|
||||
if(iscarbon(hit))
|
||||
var/mob/living/carbon/carbon_hit = hit
|
||||
carbon_hit.cultslurring += 2
|
||||
carbon_hit.AdjustKnockdown(5 SECONDS)
|
||||
carbon_hit.adjustStaminaLoss(80)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user