mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Pun Pun does not randomize name in testing (#95430)
## About The Pull Request Pun Pun's name shouldn't randomize when we're testing Pun Pun's name Closes #95424 Closes #95437 Closes #95438
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
/datum/unit_test/punpun_name/Run()
|
||||
var/mob/living/carbon/human/species/monkey/punpun/punpun = EASY_ALLOCATE()
|
||||
TEST_ASSERT_EQUAL(punpun.name, initial(punpun.name), "Pun Pun did not have [punpun.p_their()] name set")
|
||||
TEST_ASSERT_EQUAL(punpun.name, /mob/living/carbon/human/species/monkey/punpun::name, "Pun Pun did not have [punpun.p_their()] name set")
|
||||
|
||||
Reference in New Issue
Block a user