mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
stupid moment (#148)
This commit is contained in:
@@ -220,7 +220,12 @@
|
||||
if((!QDELETED(spawner) && spawner.faction_check_mob(L)) || L.stat == DEAD)
|
||||
continue
|
||||
visible_message(span_danger("[src] grabs hold of [L]!"))
|
||||
//BUBBER EDIT START
|
||||
/*
|
||||
L.Stun(100)
|
||||
*/
|
||||
L.Stun(75)
|
||||
//BUBBER EDIT END
|
||||
L.adjustBruteLoss(rand(10,15))
|
||||
latched = TRUE
|
||||
if(!latched)
|
||||
|
||||
Reference in New Issue
Block a user