Skip to content

Commit

Permalink
Fix minor check warnings
Browse files Browse the repository at this point in the history
- Disable the unused variable 'ouchies'.
- Remove duplicate spans added in prior commit
  • Loading branch information
LeDrascol committed Oct 27, 2024
1 parent 3e416cf commit 46b75fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/__DEFINES/~~~splurt_defines/spans.dm
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
// Entries here originally from Sandstorm Station 13
#define span_lewd(str) ("<span class='lewd'>" + str + "</span>")
#define span_love(str) ("<span class='love'>" + str + "</span>")
#define span_userlove(str) ("<span class='userlove'>" + str + "</span>")

// Entries here from SPLURT
#define span_reallybig_hypnophrase(str) ("<span class='reallybig hypnophrase'>" + str + "</span>")
#define span_big_warning(str) ("<span class='big warning'>" + str + "</span>")
#define span_header(str) ("<span class='header'>" + str + "</span>")
#define span_umbra(str) ("<span class='umbra'>" + str + "</span>")
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
if(affecting?.receive_damage(PERSONAL_SPACE_DAMAGE))
update_damage_overlays()
emote("scream")
/*
var/list/ouchies = list(
'modular_zzplurt/sound/effects/pan0.ogg',
'modular_zzplurt/sound/effects/pan1.ogg'
)
*/
playsound(target.loc, , 50, TRUE, ASS_SLAP_EXTRA_RANGE)
visible_message(
span_danger("[src] slaps [target]'s ass, but it's like solid steel!"),
Expand Down

0 comments on commit 46b75fb

Please sign in to comment.