Skip to content

Commit

Permalink
my name is shadow the hedgehog and I HATE lag
Browse files Browse the repository at this point in the history
  • Loading branch information
Superlagg committed Oct 20, 2024
1 parent a6c1438 commit 189a43f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions code/game/objects/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,14 @@ GLOBAL_VAR_INIT(embedpocalypse, FALSE) // if true, all items will be able to emb
if(reskinnable_component)
AddComponent(reskinnable_component)

add_filter("wacky_shadow",10, list(
"type"="drop_shadow",
"x"=1,
"y"=-1,
"size"=1,
"offset"=0,
"color"= "#0000007A"))
if(shadow)
add_filter("wacky_shadow",10, list(
"type"="drop_shadow",
"x"=1,
"y"=-1,
"size"=1,
"offset"=0,
"color"= "#0000007A"))


/obj/item/proc/check_allowed_items(atom/target, not_inside, target_self)
Expand Down

0 comments on commit 189a43f

Please sign in to comment.