Skip to content

Commit

Permalink
add: byond 1644 compat (#6041)
Browse files Browse the repository at this point in the history
* add: byond 1664 compat

* ochepyatka
  • Loading branch information
Vladisvell authored Oct 16, 2024
1 parent c924762 commit 7ddcf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/mutable_appearance.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// Mutable appearances erase template vars on new, because they accept an appearance to copy as an arg
// If we have nothin to copy, we set the float plane

#if DM_BUILD > 1642
#if DM_BUILD == 1643
/mutable_appearance/proc/New(mutable_appearance/to_copy)
if(!to_copy)
plane = FLOAT_PLANE
Expand Down

0 comments on commit 7ddcf56

Please sign in to comment.