mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-31 10:07:29 +01:00
Fix
This commit is contained in:
@@ -264,7 +264,7 @@ Possible to do for anyone motivated enough:
|
||||
for(var/I in holo_calls)
|
||||
var/datum/holocall/HC = I
|
||||
var/list/call_data = list(
|
||||
caller = HC.user,
|
||||
caller1 = HC.user,
|
||||
connected = HC.connected_holopad == src ? TRUE : FALSE,
|
||||
ref = REF(HC)
|
||||
)
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
if(!(SEND_SIGNAL(living_caller, COMSIG_CHECK_VENTCRAWL)) && living_caller.mob_size != MOB_SIZE_TINY)
|
||||
return FALSE
|
||||
|
||||
if(caller?.pulling)
|
||||
if(caller1?.pulling)
|
||||
return CanAStarPass(ID, to_dir, caller1.pulling)
|
||||
return TRUE //diseases, stings, etc can pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user