mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Fixes the kill pet objective being unable to target certain heads' pets (#68748)
Fixes the kill pet objective
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
var/pet_type = possible_heads[target.title]
|
||||
if(islist(pet_type))
|
||||
for(var/type in pet_type)
|
||||
target_pet = locate(pet_type) in GLOB.mob_living_list
|
||||
target_pet = locate(type) in GLOB.mob_living_list
|
||||
if(target_pet)
|
||||
break
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user