Map Spellcheck

This commit is contained in:
CitadelStationBot
2017-07-24 21:16:46 -05:00
parent 4a1126e73e
commit b998e14a5b
17 changed files with 150 additions and 142 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
if("vr_connect")
var/mob/living/carbon/human/human_occupant = occupant
if(human_occupant && human_occupant.mind)
to_chat(occupant, "<span class='warning'>Transfering to virtual reality...</span>")
to_chat(occupant, "<span class='warning'>Transferring to virtual reality...</span>")
if(vr_human)
vr_human.revert_to_reality(FALSE, FALSE)
human_occupant.mind.transfer_to(vr_human)