mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Alt-clicking descriptions when examining (#30988)
* Adds what alt-clicking does into examine-messages. * whoops fix * AI holopad examine remove * Fixed cigarette pack alt-clicking. * Spear alt-click-message set to show only if explosive lance.
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
/obj/structure/closet/crate/secure/loot/AltClick(mob/living/user)
|
||||
if(!user.canUseTopic(src))
|
||||
return
|
||||
attack_hand(user)
|
||||
attack_hand(user) //this helps you not blow up so easily by overriding unlocking which results in an immediate boom.
|
||||
|
||||
/obj/structure/closet/crate/secure/loot/attackby(obj/item/W, mob/user)
|
||||
if(locked)
|
||||
|
||||
Reference in New Issue
Block a user