diff options
author | Dave Gauer <dave@ratfactor.com> | 2022-07-31 11:35:01 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2022-07-31 11:35:01 -0400 |
commit | 0e64778f3c27a4b42cc94f12c8c7029daed1bd8a (patch) | |
tree | b3fc17bbf9656e2a1b4dbf3befe4ae11c3b68905 /patches | |
parent | 98ebdcbff84deb9168d5670dceeea6dc9ea7993c (diff) | |
parent | ae78706f45b618a71fea2d73130b0aadb8bbd910 (diff) | |
download | ziglings-0e64778f3c27a4b42cc94f12c8c7029daed1bd8a.tar.gz ziglings-0e64778f3c27a4b42cc94f12c8c7029daed1bd8a.tar.bz2 ziglings-0e64778f3c27a4b42cc94f12c8c7029daed1bd8a.tar.xz ziglings-0e64778f3c27a4b42cc94f12c8c7029daed1bd8a.zip |
Merge branch 'heatray'
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/047_methods.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/047_methods.patch b/patches/patches/047_methods.patch index 81e733b..edd9db1 100644 --- a/patches/patches/047_methods.patch +++ b/patches/patches/047_methods.patch @@ -1,4 +1,4 @@ -87c87 -< ???.zap(heat_ray_strength); +92c92 +< ???.zap(???); --- -> alien.zap(heat_ray_strength); +> heat_ray.zap(alien); |