mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 01:54:25 +01:00
typofix (#19485)
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
return TRUE
|
||||
var/mob/living/leash_pet = leash_pet_ref?.resolve()
|
||||
var/mob/living/leash_master = leash_master_ref?.resolve()
|
||||
if(!leash_pet || leash_master) //No pet, no tug.
|
||||
if(!leash_pet || !leash_master) //No pet, no tug.
|
||||
return
|
||||
if(leash_pet.absorbed) //Glrk'd.
|
||||
clear_leash()
|
||||
|
||||
Reference in New Issue
Block a user