mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fixes Bubblegum (#68266)
* Update bubblegum.dm * Update code/modules/mob/living/simple_animal/hostile/megafauna/bubblegum.dm Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com> * Ok Ok Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
923322a8e0
commit
8b8d1fc28f
@@ -133,8 +133,8 @@ Difficulty: Hard
|
||||
else
|
||||
hallucination_charge_surround.Trigger(target = target)
|
||||
|
||||
/mob/living/simple_animal/hostile/megafauna/bubblegum/proc/get_mobs_on_blood(mob/target)
|
||||
var/list/targets = list(target)
|
||||
/mob/living/simple_animal/hostile/megafauna/bubblegum/proc/get_mobs_on_blood()
|
||||
var/list/targets = ListTargets()
|
||||
. = list()
|
||||
for(var/mob/living/L in targets)
|
||||
var/list/bloodpool = get_bloodcrawlable_pools(get_turf(L), 0)
|
||||
|
||||
Reference in New Issue
Block a user