Skip to content

Commit

Permalink
Merge pull request #5517 from Superlagg/casings-event-horizon
Browse files Browse the repository at this point in the history
my name is shadow the hedgehog and I HATE lag
Tk420634 authored Oct 20, 2024
2 parents 2df6b86 + 189a43f commit 4c56902
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
@@ -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)

0 comments on commit 4c56902

Please sign in to comment.