From 557ce59c71f8a8404c2de78e45d4fcdf3fb7a5d0 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Sun, 3 Nov 2013 17:44:17 -0800 Subject: [PATCH] back to non-halloween NPCs --- public/css/npcs.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/npcs.styl b/public/css/npcs.styl index 5fc3bfc879..084a5c19d4 100644 --- a/public/css/npcs.styl +++ b/public/css/npcs.styl @@ -1,4 +1,4 @@ -.NPC-Alex, .NPC-Bailey, .NPC-Bailey-Head, .NPC-Daniel, .NPC-Justin, .NPC-Justin-Head, .NPC-Matt {background: url("/bower_components/habitrpg-shared/img/npcs/halloween/NPC-SpriteSheet.png") no-repeat} +.NPC-Alex, .NPC-Bailey, .NPC-Bailey-Head, .NPC-Daniel, .NPC-Justin, .NPC-Justin-Head, .NPC-Matt {background: url("/bower_components/habitrpg-shared/img/npcs/NPC-SpriteSheet.png") no-repeat} .NPC-Alex {background-position: 0 0; width: 162px; height: 138px;} .NPC-Alex-container{margin-bottom: 20px;}