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:
LordFowl
2017-03-22 18:14:37 -04:00
committed by GitHub
parent a2fbcaa18b
commit 3c64b62c27
128 changed files with 3734 additions and 1079 deletions
@@ -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