mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-22 04:38:21 +01:00
update content
This commit is contained in:
@@ -7,3 +7,15 @@
|
||||
icon = 'modular_sand/icons/obj/genitals/effects.dmi'
|
||||
icon_state = "drip1"
|
||||
random_icon_states = list("drip1", "drip2", "drip3", "drip4")
|
||||
var/total_amount = 1
|
||||
|
||||
/obj/effect/decal/cleanable/semendrip/replace_decal(obj/effect/decal/cleanable/semendrip/C)
|
||||
. = ..()
|
||||
C.total_amount++
|
||||
C.transfer_blood_dna(src.blood_DNA)
|
||||
if(C.total_amount >= 10)
|
||||
var/obj/effect/decal/cleanable/semen/S = new(loc)
|
||||
S.transfer_blood_dna(C.blood_DNA)
|
||||
qdel(C)
|
||||
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user