TG Riot Shield Port and Tweaks

This commit is contained in:
Fox-McCloud
2016-01-26 22:06:05 -05:00
parent a08571895f
commit 2242fac80a
4 changed files with 16 additions and 2 deletions
+14 -1
View File
@@ -7,7 +7,7 @@
icon = 'icons/obj/weapons.dmi'
icon_state = "riot"
slot_flags = SLOT_BACK
force = 8
force = 10
throwforce = 5
throw_speed = 2
throw_range = 3
@@ -35,6 +35,19 @@
icon_state = "roman_shield"
item_state = "roman_shield"
/obj/item/weapon/shield/riot/buckler
name = "wooden buckler"
desc = "A medieval wooden buckler."
icon_state = "buckler"
item_state = "buckler"
materials = list()
/obj/item/weapon/shield/riot/buckler/IsShield()
if(prob(60))
return 1
else
return 0
/obj/item/weapon/shield/energy
name = "energy combat shield"
desc = "A shield capable of stopping most melee attacks. Protects user from almost all energy projectiles. It can be retracted, expanded, and stored anywhere."