23 lines
965 B
INI
23 lines
965 B
INI
;==============================================================================================
|
|
;---------------------------------------------------------------------------------------------
|
|
; Stripper made by Hobbitten
|
|
; Contact me if something is broken
|
|
; Steam: https://steamcommunity.com/profiles/76561198013974519/
|
|
; Discord: _hobbitten
|
|
;---------------------------------------------------------------------------------------------
|
|
;==============================================================================================
|
|
;----------------------------------------------------------------------------------
|
|
; Fixes an issue for the first boat not having the teleport inside the template
|
|
;----------------------------------------------------------------------------------
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "zm_boat_1_escape_scene_template"
|
|
"classname" "point_template"
|
|
}
|
|
insert:
|
|
{
|
|
"Template06" "zm_boat_ecsape_teleport"
|
|
}
|
|
} |