Jelajahi Sumber

[fixed] Hotfix: sweat

Christine 5 tahun lalu
induk
melakukan
6ef6b988ba
2 mengubah file dengan 6 tambahan dan 1 penghapusan
  1. 1 0
      glife.qproj
  2. 5 1
      locations/sweat.qsrc

+ 1 - 0
glife.qproj

@@ -44,6 +44,7 @@
 		<Location name="subkid"/>
 		<Location name="$statcheck"/>
 		<Location name="set_home"/>
+		<Location name="sweat"/>
 	</Folder>
 	<Folder name="Functions">
 		<Location name="indik"/>

+ 5 - 1
locations/sweat.qsrc

@@ -1,3 +1,5 @@
+# sweat
+
 ! gs 'sweat', 'add', X		replaces pcs_sweat += X
 if $ARGS[0] = 'add':
 	if deodorant_on = 1:
@@ -23,4 +25,6 @@ end
 if $ARGS[0] = 'remove_deo':
 	deodorant_on = 0
 	killvar 'deodorant_time'
-end
+end
+
+--- sweat ---------------------------------