mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Port tg statpanel (#16463)
* Port tg statpanel * Add verb descriptions using the title attribute * Fix a dreamchecker error * Remove chomp edits * Add mentor tickets to ticket panel --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
ed5fc193f7
commit
c07027136e
@@ -47,7 +47,7 @@
|
||||
else
|
||||
return
|
||||
else
|
||||
imp_in.verbs -= assigned_proc
|
||||
remove_verb(imp_in, assigned_proc)
|
||||
return
|
||||
|
||||
if(reagents)
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
if(ishuman(src.loc))
|
||||
var/mob/living/carbon/human/H = src.loc
|
||||
if(H.wear_mask == src)
|
||||
H.verbs |= /mob/living/proc/shred_limb_temp
|
||||
add_verb(H, /mob/living/proc/shred_limb_temp)
|
||||
else
|
||||
H.verbs -= /mob/living/proc/shred_limb_temp
|
||||
remove_verb(H, /mob/living/proc/shred_limb_temp)
|
||||
..()
|
||||
|
||||
/obj/item/beartrap/dropped(var/mob/user)
|
||||
user.verbs -= /mob/living/proc/shred_limb_temp
|
||||
..()
|
||||
remove_verb(user, /mob/living/proc/shred_limb_temp)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user