20 lines
488 B
INI
20 lines
488 B
INI
; ================================================;
|
|
; ze_little_witch_nobeta_alpha2 -- By Pasas1345
|
|
; Stripper by Pasas1345
|
|
; Iteration #1
|
|
; ================================================;
|
|
|
|
; Script Replacement - Fixes Save Points
|
|
; - Humans that use the statue and get infected can't get the zombie items.
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"targetname" "act01_savepoint_heal"
|
|
"classname" "func_button"
|
|
}
|
|
replace:
|
|
{
|
|
"vscripts" "ze_little_witch_nobeta/save_point.nut"
|
|
}
|
|
} |