mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 19:22:20 +00:00
fix crappy edit
Fix Crappy edit
This commit is contained in:
@@ -222,12 +222,8 @@
|
|||||||
if((!QDELETED(spawner) && spawner.faction_check_mob(L)) || L.stat == DEAD)
|
if((!QDELETED(spawner) && spawner.faction_check_mob(L)) || L.stat == DEAD)
|
||||||
continue
|
continue
|
||||||
visible_message(span_danger("[src] grabs hold of [L]!"))
|
visible_message(span_danger("[src] grabs hold of [L]!"))
|
||||||
//BUBBER EDIT START
|
|
||||||
/*
|
L.Stun(75) // BUBBER EDIT, ORIGINAL: 100 Stun
|
||||||
L.Stun(100)
|
|
||||||
*/
|
|
||||||
L.Stun(75)
|
|
||||||
//BUBBER EDIT END
|
|
||||||
L.adjustBruteLoss(rand(10,15))
|
L.adjustBruteLoss(rand(10,15))
|
||||||
latched = TRUE
|
latched = TRUE
|
||||||
if(!latched)
|
if(!latched)
|
||||||
|
|||||||
Reference in New Issue
Block a user