diff --git a/Data-1.13/Scripts/ExplosionControl.lua b/Data-1.13/Scripts/ExplosionControl.lua index 659643c5c..3c242550d 100644 --- a/Data-1.13/Scripts/ExplosionControl.lua +++ b/Data-1.13/Scripts/ExplosionControl.lua @@ -201,7 +201,7 @@ end -- Sex with Prostitute if ActionID == 14 then - ACTION_ITEM_SEX () + ACTION_ITEM_SEX (sGridNo) end -- Reveal Room diff --git a/Data-UB/Scripts/ExplosionControl.lua b/Data-UB/Scripts/ExplosionControl.lua index 30ac8c370..c9b72276e 100644 --- a/Data-UB/Scripts/ExplosionControl.lua +++ b/Data-UB/Scripts/ExplosionControl.lua @@ -201,7 +201,7 @@ end -- Sex with Prostitute if ActionID == 14 then - ACTION_ITEM_SEX () + ACTION_ITEM_SEX (sGridNo) end -- Reveal Room diff --git a/Data/Scripts/ExplosionControl.lua b/Data/Scripts/ExplosionControl.lua index 659643c5c..3c242550d 100644 --- a/Data/Scripts/ExplosionControl.lua +++ b/Data/Scripts/ExplosionControl.lua @@ -201,7 +201,7 @@ end -- Sex with Prostitute if ActionID == 14 then - ACTION_ITEM_SEX () + ACTION_ITEM_SEX (sGridNo) end -- Reveal Room