mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-30 16:56:26 +01:00
@@ -42,6 +42,8 @@
|
||||
details = "It is a plush canine spade, it "
|
||||
if("furred")
|
||||
details = "It has neatly groomed fur around the outer folds, it "
|
||||
if("cloaca")
|
||||
details = "It it a tight, small horizontal vent and "
|
||||
else
|
||||
details = "It has an exotic shape and "
|
||||
if(aroused_state)
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
/datum/sprite_accessory/vagina/cloaca
|
||||
name = "Cloaca"
|
||||
icon = 'modular_sand/icons/obj/genitals/vagina_onmob.dmi'
|
||||
icon_state = "cloaca"
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
@@ -4022,6 +4022,7 @@
|
||||
#include "modular_sand\code\modules\admin\verbs\randomverbs.dm"
|
||||
#include "modular_sand\code\modules\arousal\arousal.dm"
|
||||
#include "modular_sand\code\modules\arousal\creampie.dm"
|
||||
#include "modular_sand\code\modules\arousal\genital_sprite_accessories.dm"
|
||||
#include "modular_sand\code\modules\arousal\organs\breasts.dm"
|
||||
#include "modular_sand\code\modules\arousal\organs\womb.dm"
|
||||
#include "modular_sand\code\modules\atmospherics\machinery\pipes\bluespace.dm"
|
||||
|
||||
Reference in New Issue
Block a user