mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user