mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 11:35:19 +01:00
GM Tool - Create Medical Issue (#18033)
* WIP medical issue GM tool * Progress * Basics are now working * Surgery! Needs more testing for each step, but the few I tried worked fine. * body scanner complete * Completed and tested! * Fixes my terrible TGUI stuff
This commit is contained in:
@@ -478,6 +478,18 @@
|
||||
Tar.ingested.clear_reagents()
|
||||
Tar.touching.clear_reagents()
|
||||
|
||||
if("medical_issue")
|
||||
var/mob/living/carbon/human/Tar = target
|
||||
if(!istype(Tar))
|
||||
return
|
||||
Tar.custom_medical_issue(user)
|
||||
|
||||
if("clear_issue")
|
||||
var/mob/living/carbon/human/Tar = target
|
||||
if(!istype(Tar))
|
||||
return
|
||||
Tar.clear_medical_issue(user)
|
||||
|
||||
////////ABILITIES//////////////
|
||||
|
||||
if("vent_crawl")
|
||||
|
||||
Reference in New Issue
Block a user