mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Gun Init incorrectly assumes firemode properties (#19391)
* pew pew * optimize
This commit is contained in:
@@ -144,6 +144,10 @@
|
||||
verbs -= /obj/item/gun/verb/give_dna
|
||||
verbs -= /obj/item/gun/verb/allow_dna
|
||||
|
||||
if(sel_mode <= length(firemodes))
|
||||
var/datum/firemode/new_mode = firemodes[sel_mode]
|
||||
new_mode.apply_to(src)
|
||||
|
||||
/obj/item/gun/update_twohanding()
|
||||
if(one_handed_penalty)
|
||||
var/mob/living/M = loc
|
||||
|
||||
Reference in New Issue
Block a user