mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
[MIRROR] Fixes free Wizard spells (#1493)
* Merge pull request #54606 from ATH1909/dontneedlesslyyeetspellsonawhim Fixes free Wizard spells * Fixes free Wizard spells Co-authored-by: 81Denton <32391752+81Denton@users.noreply.github.com>
This commit is contained in:
@@ -102,6 +102,8 @@
|
||||
/obj/item/gun/ballistic/rifle/boltaction/enchanted/dropped()
|
||||
. = ..()
|
||||
guns_left = 0
|
||||
magazine = null
|
||||
chambered = null
|
||||
|
||||
/obj/item/gun/ballistic/rifle/boltaction/enchanted/proc/discard_gun(mob/living/user)
|
||||
user.throw_item(pick(oview(7,get_turf(user))))
|
||||
|
||||
Reference in New Issue
Block a user