mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-02 13:34:49 +00:00
[READY] Recolourable energy weapons. (#6507)
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
attack_edge = 1
|
||||
attacktext = list("slashed")
|
||||
|
||||
loot_list = list(/obj/item/weapon/melee/energy/sword/red = 100, /obj/item/weapon/shield/energy = 100)
|
||||
loot_list = list(/obj/item/weapon/melee/energy/sword = 100, /obj/item/weapon/shield/energy = 100)
|
||||
|
||||
// They have a shield, so they try to block
|
||||
/mob/living/simple_mob/humanoid/merc/melee/sword/attackby(var/obj/item/O as obj, var/mob/user as mob)
|
||||
|
||||
@@ -90,3 +90,4 @@
|
||||
|
||||
/mob/proc/update_targeted()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user