mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
* picks teeth icon instead of shards (large/medium/small) * Update code/modules/fish/fish_items.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * contrabang suggestions * suggestion * Apply suggestions from code review Co-authored-by: Farie82 <farie82@users.noreply.github.com> * Update code/game/objects/items/weapons/shards.dm Co-authored-by: Farie82 <farie82@users.noreply.github.com> * verb and state icons Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
co-authored by
Sirryan2002
Farie82
parent
1c8ca76a6e
commit
e4bfa0e2f7
@@ -157,10 +157,10 @@
|
||||
throwforce = 5.0
|
||||
materials = list()
|
||||
|
||||
/obj/item/shard/shark_teeth/Initialize(mapload)
|
||||
. = ..()
|
||||
src.pixel_x = rand(-5,5)
|
||||
src.pixel_y = rand(-5,5)
|
||||
/obj/item/shard/shark_teeth/set_initial_icon_state()
|
||||
icon_state = "teeth"
|
||||
pixel_x = rand(-5,5)
|
||||
pixel_y = rand(-5,5)
|
||||
|
||||
/obj/item/fish/catfish
|
||||
name = "catfish"
|
||||
|
||||
Reference in New Issue
Block a user