Skip to content

Commit

Permalink
fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed May 9, 2024
1 parent 8e0fec1 commit ceea849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/byondapi-rs-test/dm_project/dm_project.dme
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@
var/test_name = "dust"

/test/proc/test_byondapi_new()
var/datum/testobject = test_new_obj()
if(testobject.test_name != "dust")
var/datum/testobject/fuck = test_new_obj()
if(fuck.test_name != "dust")
throw EXCEPTION("Did not create a new object!")

// BEGIN_INTERNALS
Expand Down

0 comments on commit ceea849

Please sign in to comment.