mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Update unit_test_vr.dm
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
return 0
|
||||
|
||||
var/mob/living/carbon/human/H = new mobtype(mobloc)
|
||||
world.log << "Mobloc X,Y,Z: " + mobloc.x + "," + mobloc.y + "," + mobloc.z
|
||||
world.log << "Mobloc air: " + mobloc.air
|
||||
world.log << "SSair: " + SSair.state + "," + SSair.times_fired
|
||||
|
||||
if(with_mind)
|
||||
H.mind_initialize("TestKey[rand(0,10000)]")
|
||||
|
||||
Reference in New Issue
Block a user