Delete a few forgotten VR files (#45963)

These files are already removed from the .dme, but werent deleted in 
the removal PR. Also some other references.
This commit is contained in:
skoglol
2019-08-18 10:53:35 -07:00
committed by Tad Hardesty
parent f52ec2c2c5
commit c3c96ad010
4 changed files with 0 additions and 387 deletions
-7
View File
@@ -21,13 +21,6 @@
if(mmi.brainmob)
mmi.brainmob.suiciding = suicide_state
/mob/living/carbon/human/virtual_reality/set_suicide(suicide_state)
return
/mob/living/carbon/human/virtual_reality/canSuicide()
to_chat(src, "<span class='warning'>I'm sorry [first_name()], I'm afraid you can't do that.</span>")
return
/mob/living/carbon/human/verb/suicide()
set hidden = 1
if(!canSuicide())