Skip to content

Commit

Permalink
Add: Vibrators and strap-on to loadout.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaworld committed Nov 27, 2023
1 parent 2288ab9 commit e0678b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

/obj/item/chastity_hypno/magazine
name = "Hypnotic Chastity Magazine"
desc = "A fascinating magazine filled with mesmerizing patterns and articles on the art of hypnotic chastity..."
icon = 'icons/obj/bureaucracy.dmi'
icon_state = "pamphlet"
color = COLOR_STRONG_MAGENTA
Expand Down
13 changes: 13 additions & 0 deletions modular_splurt/code/modules/client/loadout/backpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,19 @@
/datum/gear/backpack/chastity_hypno/watch
name = "Hypnotic Chastity Watch"
path = /obj/item/chastity_hypno/watch
desc = "An elaborate pocketwatch, with a captivating silver etching and an enchanting face..."

Check failure on line 130 in modular_splurt/code/modules/client/loadout/backpack.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var 'desc' on type '/datum/gear/backpack/chastity_hypno/watch'

/datum/gear/backpack/electropack/vibrator
name = "Remote Vibrator"
path = /obj/item/electropack/vibrator

/datum/gear/backpack/electropack/vibrator/small
name = "Small Vibrator"
path = /obj/item/electropack/vibrator/small

/datum/gear/backpack/strapon_strap
name = "Strapon Strap"
path = /obj/item/strapon_strap

//MODIFIED COSTS - MODULAR SPLURT
/datum/gear/backpack/tennis/tri
Expand Down

0 comments on commit e0678b1

Please sign in to comment.