mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Renamed shards, katanas, claymores.
This commit is contained in:
@@ -87,7 +87,7 @@ var/list/name_to_material
|
||||
|
||||
/material/proc/place_shard(var/turf/target)
|
||||
if(shard_type)
|
||||
return new /obj/item/weapon/shard(target, src)
|
||||
return new /obj/item/weapon/material/shard(target, src.name)
|
||||
|
||||
/material/proc/is_brittle()
|
||||
return !!(flags & MATERIAL_BRITTLE)
|
||||
|
||||
Reference in New Issue
Block a user