mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Sets flight to false if broomstick is dropped (#15764)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
co-authored by
adrermail@gmail.com <adrermail@gmail.com>
parent
5395eafda0
commit
12551ab748
@@ -52,6 +52,11 @@
|
||||
return
|
||||
..()
|
||||
|
||||
/obj/item/twohanded/staff/broom/dropped(mob/user)
|
||||
if((user.mind in SSticker.mode.wizards) && user.flying)
|
||||
user.flying = FALSE
|
||||
..()
|
||||
|
||||
/obj/item/twohanded/staff/broom/horsebroom
|
||||
name = "broomstick horse"
|
||||
desc = "Saddle up!"
|
||||
|
||||
Reference in New Issue
Block a user