mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 11:30:50 +01:00
Removes leaky breasts
This commit is contained in:
@@ -44,9 +44,11 @@
|
||||
if(!sent_full_message)
|
||||
send_full_message()
|
||||
sent_full_message = TRUE
|
||||
/*
|
||||
if(HAS_TRAIT(owner, TRAIT_FLUID_LEAK))
|
||||
reagents.get_master_reagent().reaction_turf(get_turf(owner), 3)
|
||||
reagents.remove_reagent(fluid_id, 3)
|
||||
*/
|
||||
return FALSE
|
||||
sent_full_message = FALSE
|
||||
reagents.isolate_reagent(fluid_id)
|
||||
@@ -159,4 +161,4 @@
|
||||
else if (cached_size >= 25 && cached_size < 30)
|
||||
size = "giga"
|
||||
else if (cached_size >= 30)
|
||||
size = "impossible"
|
||||
size = "impossible"
|
||||
|
||||
Reference in New Issue
Block a user