mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] Fixes grammar error in embed code [MDB IGNORE] (#14170)
* Fixes grammar error in embed code (#67589) Fixes grammar error * Fixes grammar error in embed code Co-authored-by: BeeSting12 <zvmallol@gmail.com>
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
|
||||
if(harmful && prob(pain_chance_current))
|
||||
limb.receive_damage(brute=(1-pain_stam_pct) * damage, stamina=pain_stam_pct * damage, wound_bonus = CANT_WOUND)
|
||||
to_chat(victim, span_userdanger("[weapon] embedded in your [limb.plaintext_zone]] hurts!"))
|
||||
to_chat(victim, span_userdanger("[weapon] embedded in your [limb.plaintext_zone] hurts!"))
|
||||
|
||||
var/fall_chance_current = DT_PROB_RATE(fall_chance / 100, delta_time) * 100
|
||||
if(victim.body_position == LYING_DOWN)
|
||||
|
||||
Reference in New Issue
Block a user