mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Fixed Cramorant not reverting form after coughing up a Gulp Missle, fixed crash when a phone contact calls when you're on a map with no metadata
This commit is contained in:
@@ -320,7 +320,7 @@ class Phone
|
||||
module_function
|
||||
|
||||
def can_make?
|
||||
return false if $game_map.metadata.has_flag?("NoPhoneSignal")
|
||||
return false if $game_map.metadata&.has_flag?("NoPhoneSignal")
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user