Added Polyamorous Pride flag and bumped per-player default decal limit to 100.

This commit is contained in:
Kiri 2025-06-30 18:43:59 -07:00
parent b8b8705e38
commit 09ea21af19
6 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,3 @@
server int snektech_spawnflags = 11; server int snektech_spawnflags = 11;
server int snektech_maxspraysperplayer = 10; server int snektech_maxspraysperplayer = 100;
user string snektech_spraypattern = "SnekSpray_TransPride"; user string snektech_spraypattern = "SnekSpray_TransPride";

View File

@ -82,3 +82,8 @@ decal SnekSpray_GayPride
randomflipx randomflipx
} }
decal SnekSpray_PolyPride
{
pic KSPYK0
translucent 0.8
}

Binary file not shown.

BIN
sprites/spraycan/kspyk0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@ -195,4 +195,13 @@ Sprite "KSPYJ0", 250, 150
Patch KSPYJ0,0,0 { } Patch KSPYJ0,0,0 { }
} }
Sprite "KSPYK0", 250, 150
{
XScale 2
YScale 2
Offset 125, 75
Patch KSPYK0,0,0 { }
}

View File

@ -576,3 +576,11 @@ class SnekSpray_GayPride : SnekTechSprayerPattern
} }
} }
class SnekSpray_PolyPride : SnekTechSprayerPattern
{
default
{
SnekTechSprayerPattern.decalName "SnekSpray_PolyPride";
}
}