mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
New Map Mining (#1935)
* Alpha Commit * Alpha Commit * Seconds * Some Commit * Final Commit * Fixing minedrone synth ID * Dance Fever * Fixing Travis part 1 * Satisfying the demands * Stuff * Sub-final commit * Sculpting update * more sculpting. pr is 99% sculpting, in fact * kkk * brightness_off * swjaugyuwvhuw
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
var/base_icon
|
||||
var/base_name
|
||||
var/unwielded_force_divisor = 0.25
|
||||
action_button_name = "Wield two-handed weapon"
|
||||
|
||||
/obj/item/weapon/material/twohanded/proc/unwield()
|
||||
wielded = 0
|
||||
@@ -129,6 +130,17 @@
|
||||
|
||||
return
|
||||
|
||||
/obj/item/weapon/material/twohanded/ui_action_click()
|
||||
if(src in usr)
|
||||
attack_self(usr)
|
||||
|
||||
/obj/item/weapon/material/twohanded/verb/wield_twohanded()
|
||||
set name = "Wield two-handed weapon"
|
||||
set category = "Object"
|
||||
set src in usr
|
||||
|
||||
attack_self(usr)
|
||||
|
||||
///////////OFFHAND///////////////
|
||||
/obj/item/weapon/material/twohanded/offhand
|
||||
w_class = 5
|
||||
|
||||
Reference in New Issue
Block a user