mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Corgis now show their ID on examine (#73662)
## About The Pull Request Lost feature when they were moved to basic mob ## Why It's Good For The Game The intended feature is now back again ! ## Changelog 🆑 fix: Corgis show their ID on examine. /🆑
This commit is contained in:
@@ -83,6 +83,11 @@
|
||||
/// Is this corgi physically slow due to age, etc?
|
||||
var/is_slow = FALSE
|
||||
|
||||
/mob/living/basic/pet/dog/corgi/examine(mob/user)
|
||||
. = ..()
|
||||
if(access_card)
|
||||
. += "There appears to be [icon2html(access_card, user)] \a [access_card] pinned to [p_them()]."
|
||||
|
||||
/mob/living/basic/pet/dog/corgi/Destroy()
|
||||
QDEL_NULL(inventory_head)
|
||||
QDEL_NULL(inventory_back)
|
||||
|
||||
Reference in New Issue
Block a user