mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 17:44:25 +01:00
Magboot and glove fix (#19415)
* Magboot and glove fix * Update armblade.dm * Update leash.dm
This commit is contained in:
@@ -1535,7 +1535,7 @@
|
||||
|
||||
/*
|
||||
//TODO - make this not trigger when the flag is returned to its original location
|
||||
/obj/item/laserdome_flag/dropped(mob/user)
|
||||
/obj/item/laserdome_flag/dropped(mob/user, equipping, slot)
|
||||
. = ..()
|
||||
GLOB.global_announcer.autosay("[src] dropped!","Laserdome Announcer","Entertainment")
|
||||
*/
|
||||
@@ -1700,7 +1700,7 @@
|
||||
|
||||
/*
|
||||
//TODO- make this not trigger when the ball is thrown or dunked, only when it's actually dropped
|
||||
/obj/item/laserdome_hyperball/dropped(mob/user)
|
||||
/obj/item/laserdome_hyperball/dropped(mob/user, equipping, slot)
|
||||
. = ..()
|
||||
GLOB.global_announcer.autosay("[capitalize(last_team)] fumble!","Laserdome Announcer","Entertainment")
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user