mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Admin-Distributable Cloaking Ability (#9711)
Co-authored-by: Aroliacue <96730930+Aroliacue@users.noreply.github.com> Co-authored-by: Aroliacue <avaylaiss34@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f6d491f30c
commit
5fee898ae7
@@ -610,6 +610,12 @@
|
||||
add_verb(Tar, /mob/living/proc/eat_trash)
|
||||
add_verb(Tar, /mob/living/proc/toggle_trash_catching)
|
||||
|
||||
if("active_cloaking")
|
||||
var/mob/living/Tar = target
|
||||
if(!istype(Tar))
|
||||
return
|
||||
add_verb(Tar, /mob/living/proc/toggle_active_cloaking)
|
||||
|
||||
|
||||
////////INVENTORY//////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user