mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
[MIRROR] More GM tools (#11244)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
co-authored by
SatinIsle
parent
95e325d2b8
commit
fc6bfd6266
@@ -331,6 +331,12 @@
|
||||
|
||||
////////MEDICAL//////////////
|
||||
|
||||
if("health_scan")
|
||||
var/mob/living/Tar = target
|
||||
if(!istype(Tar))
|
||||
return
|
||||
Tar.scan_mob(user)
|
||||
|
||||
if("appendicitis")
|
||||
var/mob/living/carbon/human/Tar = target
|
||||
if(istype(Tar))
|
||||
@@ -590,6 +596,14 @@
|
||||
return
|
||||
add_verb(Tar, /mob/living/proc/toggle_active_cloaking)
|
||||
|
||||
if("colormate")
|
||||
if(istype(target,/mob/living/simple_mob))
|
||||
var/mob/living/simple_mob/Tar = target
|
||||
add_verb(Tar, /mob/living/simple_mob/proc/ColorMate)
|
||||
if(istype(target,/mob/living/silicon/robot))
|
||||
var/mob/living/silicon/robot/Tar = target
|
||||
add_verb(Tar, /mob/living/silicon/robot/proc/ColorMate)
|
||||
|
||||
|
||||
////////INVENTORY//////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user