new size
This commit is contained in:
QuoteFox
2020-11-09 21:21:44 +00:00
parent 10061594d8
commit 640786d203
3 changed files with 2 additions and 2 deletions
@@ -51,12 +51,12 @@
o.remove_status_effect(/datum/status_effect/chem/penis_enlarger)
if(21 to 28) //If massive and due for large effects
length = cached_length
size = 3
size = 4
if(!owner.has_status_effect(/datum/status_effect/chem/penis_enlarger))
o.apply_status_effect(/datum/status_effect/chem/penis_enlarger)
if(28 to INFINITY) //If comical
length = cached_length
size = 4 //no new sprites for anything larger yet
size = 5
if(!owner.has_status_effect(/datum/status_effect/chem/penis_enlarger))
o.apply_status_effect(/datum/status_effect/chem/penis_enlarger)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB